1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

More cleanup

This commit is contained in:
Bruce Momjian
1999-07-16 05:41:19 +00:00
parent 69817665cb
commit 7d5b08dec0
4 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.112 1999/07/16 04:59:38 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.113 1999/07/16 05:41:17 momjian Exp $
*
* NOTES
*
@@ -32,13 +32,13 @@
*
*-------------------------------------------------------------------------
*/
/* moved here to prevent double define */
#include "postgres.h"
#include <sys/param.h>
/* moved here to prevent double define */
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#include "postgres.h"
#ifndef MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 256