diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-09-02 02:47:07 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-09-02 02:47:07 +0000 |
| commit | 97ac103289a3c751fc99967ac37c2555cbe00473 (patch) | |
| tree | d2caa3cea0ef12cd52aa39d4a8ec6f620b246313 /src/port/inet_aton.c | |
| parent | 248c67d7ed505d98d3a94cd3954835255317ff16 (diff) | |
| download | postgresql-97ac103289a3c751fc99967ac37c2555cbe00473.tar.gz | |
Remove sys/types.h in files that include postgres.h, and hence c.h,
because c.h has sys/types.h.
Diffstat (limited to 'src/port/inet_aton.c')
| -rw-r--r-- | src/port/inet_aton.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/port/inet_aton.c b/src/port/inet_aton.c index c7f409ae43..c55ac4fa51 100644 --- a/src/port/inet_aton.c +++ b/src/port/inet_aton.c @@ -1,4 +1,4 @@ -/* $Id: inet_aton.c,v 1.1 2002/07/18 04:13:59 momjian Exp $ +/* $Id: inet_aton.c,v 1.2 2002/09/02 02:47:07 momjian Exp $ * * This inet_aton() function was taken from the GNU C library and * incorporated into Postgres for those systems which do not have this @@ -44,7 +44,6 @@ #include "c.h" -#include <sys/types.h> #include <netinet/in.h> #include <ctype.h> |
