From db686be28b19db63a880028f95ebee0d6b9bd32b Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Thu, 12 Mar 1998 19:45:01 +0100 Subject: [PATCH] Fixed a comment Rev: src/modules/system/system.c:1.44 --- src/modules/system/system.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/system/system.c b/src/modules/system/system.c index 62df9dc8bf..f0bbfa038d 100644 --- a/src/modules/system/system.c +++ b/src/modules/system/system.c @@ -1,5 +1,5 @@ /* - * $Id: system.c,v 1.43 1998/03/03 10:51:38 mast Exp $ + * $Id: system.c,v 1.44 1998/03/12 18:45:01 per Exp $ * * System-call module for Pike * @@ -14,7 +14,7 @@ #include "system.h" #include "global.h" -RCSID("$Id: system.c,v 1.43 1998/03/03 10:51:38 mast Exp $"); +RCSID("$Id: system.c,v 1.44 1998/03/12 18:45:01 per 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/file.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)); -- GitLab