File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/backend/port/dynloader Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
#ifdef PRE_BSDI_2_1
18
18
#include "postgres.h"
19
19
20
- extern char * pg_pathname ;
20
+ extern char pg_pathname [] ;
21
21
22
22
void *
23
23
pg_dlopen (char * filename )
Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.15 1999/07/17 20:17:31 momjian Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.16 1999/10/25 02:31:47 tgl Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
21
21
#endif
22
22
23
23
#ifdef NOT_USED
24
- extern char * pg_pathname ;
24
+ extern char pg_pathname [] ;
25
25
26
26
void *
27
27
pg_dlopen (char * filename )
Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.9 1999/07/17 20:17:31 momjian Exp $
12
+ * $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.10 1999/10/25 02:31:47 tgl Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
19
19
#include "port-protos.h"
20
20
#include "utils/dynamic_loader.h"
21
21
22
- extern char * pg_pathname ;
22
+ extern char pg_pathname [] ;
23
23
24
24
void *
25
25
pg_dlopen (char * filename )
You can’t perform that action at this time.
0 commit comments