Fix a comment...was going to fix the <sys/types.h> problem, but

Randy is submitting a more comprehensive patch :)
This commit is contained in:
Marc G. Fournier 1996-11-14 20:27:06 +00:00
parent d84057db71
commit 2081153e69

View File

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