1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Update /port C header descriptions.

This commit is contained in:
Bruce Momjian
2003-11-11 23:52:45 +00:00
parent 0a2c82b5f7
commit 018cf0f76e
12 changed files with 123 additions and 21 deletions

View File

@ -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"