]> granicus.if.org Git - postgresql/commitdiff
Fix a comment...was going to fix the <sys/types.h> problem, but
authorMarc G. Fournier <scrappy@hub.org>
Thu, 14 Nov 1996 20:27:06 +0000 (20:27 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 14 Nov 1996 20:27:06 +0000 (20:27 +0000)
Randy is submitting a more comprehensive patch :)

src/backend/port/inet_aton.c

index fe9e25a14e148ee6098b8d8b1975135a01133cc5..1b08e7eaa7be0f6d8f7da0f617c0b9f3707a0f1f 100644 (file)
@@ -1,14 +1,15 @@
 /*
+ *
+ *  This inet_aton() function was taken from the GNU C library and
+ *  incorporated into Postgres for those systems which do not have this
+ *  routine in their standard C libraries.
+ *
+ *  The function was been extracted whole from the file inet_aton.c in
+ *  Release 5.3.12 of the Linux C library, which is derived from the
+ *  GNU C library, by Bryan Henderson in October 1996.  The copyright
+ *  notice from that file is below.
+ */
 
-    This inet_aton() function was taken from the GNU C library and
-    incorporated into Postgres for those systems which do not have this
-    routine in their standard C libraries.
-
-    The function was been extracted whole from the file inet_aton.c in
-    Release 5.3.12 of the Linux C library, which is derived from the
-    GNU C library, by Bryan Henderson in October 1996.  The copyright
-    notice from that file is below.
-*/
 /*
  * Copyright (c) 1983, 1990, 1993
  *     The Regents of the University of California.  All rights reserved.