Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd57d362

Browse files
committed
Just reviewed what I changed as far a dlopen/etc are concerned, and determined
that the "fix" is wrong...
1 parent7bfb924 commitd57d362

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

‎src/backend/port/BSD44_derived/dl.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ static char sccsid[] = "@(#)dl.c5.4 (Berkeley) 2/23/91";
4545

4646
#include"port-protos.h"
4747

48-
#if !defined(__FreeBSD__)
49-
5048
staticcharerror_message[BUFSIZ];
5149

5250
char*
@@ -103,5 +101,3 @@ BSD44_derived_dlclose(void *handle)
103101
dlclose(handle);
104102
#endif
105103
}
106-
107-
#endif/* __FreeBSD__ */

‎src/backend/port/BSD44_derived/port-protos.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: port-protos.h,v 1.4 1997/01/03 04:59:01 scrappy Exp $
9+
* $Id: port-protos.h,v 1.5 1997/01/05 23:41:43 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -35,17 +35,10 @@
3535
* begin with an underscore is fairly tricky, and some versions of
3636
* NetBSD (like 1.0, and 1.0A pre June 1995) have no dlerror.)
3737
*/
38-
#if !defined(__FreeBSD__)
3938
# definepg_dlopen(f)BSD44_derived_dlopen(f, 1)
4039
# definepg_dlsymBSD44_derived_dlsym
4140
# definepg_dlcloseBSD44_derived_dlclose
4241
# definepg_dlerrorBSD44_derived_dlerror
43-
#else
44-
# definepg_dlopen(f)dlopen(f, 1)
45-
# definepg_dlsymdlsym
46-
# definepg_dlclosedlclose
47-
# definepg_dlerrordlerror
48-
#endif
4942

5043
char*BSD44_derived_dlerror(void);
5144
void*BSD44_derived_dlopen(constchar*filename,intnum);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp