File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/backend/port/dynloader Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 33 * Portions Copyright (c) 1990 The Regents of the University of California.
44 * All rights reserved.
55 *
6- * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.23 2008/03/05 19:42:11 alvherre Exp $
6+ * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.24 2008/03/05 21:14:10 alvherre Exp $
77 *
88 * Redistribution and use in source and binary forms, with or without
99 * modification, are permitted provided that the following conditions
@@ -99,8 +99,7 @@ BSD44_derived_dlsym(void *handle, const char *name)
9999void
100100BSD44_derived_dlclose (void * handle )
101101{
102- #if !defined(HAVE_DLOPEN )
103- #else
102+ #if defined(HAVE_DLOPEN )
104103 dlclose (handle );
105104#endif
106105}
You can’t perform that action at this time.
0 commit comments