diff options
Diffstat (limited to 'src/backend/port/gethostname.c')
-rw-r--r-- | src/backend/port/gethostname.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/port/gethostname.c b/src/backend/port/gethostname.c index be7046e7c0e..568a2221a9d 100644 --- a/src/backend/port/gethostname.c +++ b/src/backend/port/gethostname.c @@ -1,12 +1,12 @@ -/* $Id: gethostname.c,v 1.4 1998/09/01 03:24:25 momjian Exp $ */ +/* $Id: gethostname.c,v 1.5 2001/08/24 14:07:49 petere Exp $ */ + +#include "c.h" #include <sys/types.h> #include <string.h> #include <sys/utsname.h> -#include "config.h" - int gethostname(char *name, int namelen) { |