Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 40b75ef

Browse files
committed
Fixes:
dynloader.c:25: port-protos.h: No such file or directory In HPUX port
1 parent dd26bef commit 40b75ef

File tree

1 file changed

+2
-2
lines changed
  • src/backend/port/dynloader

1 file changed

+2
-2
lines changed

src/backend/port/dynloader/hpux.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.1 1997/12/20 04:48:06 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.2 1998/02/02 00:10:10 scrappy Exp $
1111
*
1212
* NOTES
1313
* all functions are defined here -- it's impossible to trace the
@@ -22,7 +22,7 @@
2222
#include "c.h"
2323
#include "fmgr.h"
2424
#include "utils/dynamic_loader.h"
25-
#include "port-protos.h"
25+
#include "dynloader.h"
2626

2727
void *
2828
pg_dlopen(char *filename)

0 commit comments

Comments
 (0)