diff lib-src/gnuserv.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents cc15677e0335
children 74fd4e045ea6
line wrap: on
line diff
--- a/lib-src/gnuserv.c	Mon Aug 13 11:06:08 2007 +0200
+++ b/lib-src/gnuserv.c	Mon Aug 13 11:07:10 2007 +0200
@@ -563,7 +563,7 @@
 
 
 /*
-  setup_table -- initialise the table of hosts allowed to contact the server,
+  setup_table -- initialize the table of hosts allowed to contact the server,
                  by reading from the file specified by the GNU_SECURE
 		 environment variable
                  Put in the local machine, and, if a security file is specifed,
@@ -832,9 +832,7 @@
 
 
 int
-main(argc,argv)
-     int argc;
-     char *argv[];
+main (int argc, char *argv[])
 {
   int chan;			/* temporary channel number */
 #ifdef SYSV_IPC
@@ -867,7 +865,7 @@
 #endif /* SYSV_IPC */
 
 #ifdef INTERNET_DOMAIN_SOCKETS
-  ils = internet_init();	/* get a internet domain socket to listen on */
+  ils = internet_init();	/* get an internet domain socket to listen on */
 #endif /* INTERNET_DOMAIN_SOCKETS */
 
 #ifdef UNIX_DOMAIN_SOCKETS