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

Improvements to the ultrix port, in particular a bunch of compiler

quieting prototyping in port/ultrix4.h

Submitted by: Erik Bertelsen <erik@sockdev.uni-c.dk>
This commit is contained in:
Marc G. Fournier
1997-02-13 09:54:14 +00:00
parent aa7dbd0b95
commit d62267c707
4 changed files with 68 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.4 1996/11/27 08:16:07 bryanh Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.5 1997/02/13 09:54:04 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -27,6 +27,9 @@
#include "nodes/pg_list.h"
#include "port-protos.h" /* system specific function prototypes */
#ifdef __ultrix
#include <dl.h>
#endif
#include "catalog/catname.h"
#include "utils/syscache.h"