diff --git a/src/modules/system/system.c b/src/modules/system/system.c index f0bbfa038db8bd4a8a2824fc801bcd480630e0c4..d40411188c1f7cb61dcc621e851b1a61bd34a75a 100644 --- a/src/modules/system/system.c +++ b/src/modules/system/system.c @@ -1,5 +1,5 @@ /* - * $Id: system.c,v 1.44 1998/03/12 18:45:01 per Exp $ + * $Id: system.c,v 1.45 1998/03/25 14:38:36 grubba Exp $ * * System-call module for Pike * @@ -14,7 +14,7 @@ #include "system.h" #include "global.h" -RCSID("$Id: system.c,v 1.44 1998/03/12 18:45:01 per Exp $"); +RCSID("$Id: system.c,v 1.45 1998/03/25 14:38:36 grubba Exp $"); #ifdef HAVE_WINSOCK_H #include <winsock.h> #endif @@ -726,7 +726,7 @@ static MUTEX_T gethostbyname_mutex; #endif /* REENTRANT */ -/* this is used from modules/file/*.c, and modules/spider/*.c! */ +/* this is used from modules/file/ *.c, and modules/spider/ *.c! */ void get_inet_addr(struct sockaddr_in *addr,char *name) { MEMSET((char *)addr,0,sizeof(struct sockaddr_in));