diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1998-01-23 19:13:22 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-23 19:13:22 +0000 |
| commit | 33de29fc45bc219d87b97b7c8bfe7dcf1b2d41eb (patch) | |
| tree | 9e486bf29dbeedf43269d767f855acf00d84113a /src/backend/port/inet_aton.c | |
| parent | e697082f00ddcba87917af4376ea3adb41c916df (diff) | |
| download | postgresql-33de29fc45bc219d87b97b7c8bfe7dcf1b2d41eb.tar.gz | |
Minor cleanups for i386_solaris port
Diffstat (limited to 'src/backend/port/inet_aton.c')
| -rw-r--r-- | src/backend/port/inet_aton.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/port/inet_aton.c b/src/backend/port/inet_aton.c index 098de3ddb5..cf9f6fd7f5 100644 --- a/src/backend/port/inet_aton.c +++ b/src/backend/port/inet_aton.c @@ -1,4 +1,4 @@ -/* $Id: inet_aton.c,v 1.11 1997/12/19 13:34:28 scrappy Exp $ +/* $Id: inet_aton.c,v 1.12 1998/01/23 19:13:14 scrappy Exp $ * * This inet_aton() function was taken from the GNU C library and * incorporated into Postgres for those systems which do not have this @@ -45,7 +45,6 @@ #include <sys/types.h> #include <netinet/in.h> #include <ctype.h> -#include "inet_aton.h" /* * Check whether "cp" is a valid ascii representation |
