comparison src/process.c @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 85ec50267440
children 8eaf7971accc
comparison
equal deleted inserted replaced
168:9851d5c6556e 169:15872534500d
1380 /* !!#### This function has not been Mule-ized */ 1380 /* !!#### This function has not been Mule-ized */
1381 /* This function can GC */ 1381 /* This function can GC */
1382 Lisp_Object proc; 1382 Lisp_Object proc;
1383 struct sockaddr_in address; 1383 struct sockaddr_in address;
1384 int s, outch, inch; 1384 int s, outch, inch;
1385 int port; 1385 volatile int port;
1386 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4; 1386 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
1387 volatile int retry = 0; 1387 volatile int retry = 0;
1388 int retval; 1388 int retval;
1389 1389
1390 GCPRO4 (name, buffer, host, service); 1390 GCPRO4 (name, buffer, host, service);