Commit d84057db authored by Marc G. Fournier's avatar Marc G. Fournier

Couple of Ultrix4 related patches submited by:

	Erik Bertelsen <erik@sockdev.uni-c.dk>
parent fb3b9d76
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: dl.h,v 1.1.1.1 1996/07/09 06:21:45 scrappy Exp $ * $Id: dl.h,v 1.2 1996/11/14 20:08:57 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -114,4 +114,4 @@ extern char **dl_undefinedSymbols(/* int *count */); ...@@ -114,4 +114,4 @@ extern char **dl_undefinedSymbols(/* int *count */);
extern void dl_printAllSymbols(/* void *handle */); extern void dl_printAllSymbols(/* void *handle */);
extern void dl_setLibraries(/* char *libs */); extern void dl_setLibraries(/* char *libs */);
#endif _DL_HEADER_ #endif /* _DL_HEADER_ */
...@@ -9,11 +9,12 @@ ...@@ -9,11 +9,12 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/ultrix4/Attic/dynloader.c,v 1.1.1.1 1996/07/09 06:21:45 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/port/ultrix4/Attic/dynloader.c,v 1.2 1996/11/14 20:08:58 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include <stdio.h> #include <stdio.h>
#include <postgres.h>
#include "dl.h" #include "dl.h"
#include "c.h" #include "c.h"
#include "fmgr.h" #include "fmgr.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment