]> granicus.if.org Git - postgresql/commitdiff
Couple of Ultrix4 related patches submited by:
authorMarc G. Fournier <scrappy@hub.org>
Thu, 14 Nov 1996 20:08:58 +0000 (20:08 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 14 Nov 1996 20:08:58 +0000 (20:08 +0000)
Erik Bertelsen <erik@sockdev.uni-c.dk>

src/backend/port/ultrix4/dl.h
src/backend/port/ultrix4/dynloader.c

index bca3602a21c238459ea0d5f559579dc48eb05b14..883a6833248b181fd86a44ef152a5f14506b4c38 100644 (file)
@@ -6,7 +6,7 @@
  *
  * 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 */);
 extern void dl_printAllSymbols(/* void *handle */);
 extern void dl_setLibraries(/* char *libs */);
 
-#endif  _DL_HEADER_
+#endif /* _DL_HEADER_ */
index 887dff44abd5c8f99695950614ed640f34903273..dc526885caa285ef7dbd3d005491ee5a6628b9fd 100644 (file)
@@ -9,11 +9,12 @@
  *
  *
  * 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 <postgres.h>
 #include "dl.h"
 #include "c.h"
 #include "fmgr.h"