diff options
Diffstat (limited to 'src/backend/port/gethostname.c')
-rw-r--r-- | src/backend/port/gethostname.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/port/gethostname.c b/src/backend/port/gethostname.c index 2971c795eea..780e1c6a6f5 100644 --- a/src/backend/port/gethostname.c +++ b/src/backend/port/gethostname.c @@ -1,3 +1,5 @@ +/* $Id: gethostname.c,v 1.2 1997/12/19 13:34:26 scrappy Exp $ */ + #include <sys/types.h> #include <string.h> |