summaryrefslogtreecommitdiff
path: root/src/port/gethostname.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-11-11 23:52:45 +0000
committerBruce Momjian <bruce@momjian.us>2003-11-11 23:52:45 +0000
commit018cf0f76e80cf61df9e84d02edd94037361d9b7 (patch)
tree89dd7d50471ff4ec65e07b5004f40ba3241b4511 /src/port/gethostname.c
parent0a2c82b5f73cc2d7f1a5963b6d320cbe57dd10d1 (diff)
Update /port C header descriptions.
Diffstat (limited to 'src/port/gethostname.c')
-rw-r--r--src/port/gethostname.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/port/gethostname.c b/src/port/gethostname.c
index 305f5571068..da729bd54cd 100644
--- a/src/port/gethostname.c
+++ b/src/port/gethostname.c
@@ -1,4 +1,16 @@
-/* $Id: gethostname.c,v 1.2 2002/09/02 02:47:07 momjian Exp $ */
+/*-------------------------------------------------------------------------
+ *
+ * gethostname.c
+ * gethostname using uname
+ *
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
+ *
+ * IDENTIFICATION
+ * $Header: /cvsroot/pgsql/src/port/gethostname.c,v 1.3 2003/11/11 23:52:45 momjian Exp $
+ *
+ *-------------------------------------------------------------------------
+ */
#include "c.h"