|
3 | 3 | * Portions Copyright (c) 1990 The Regents of the University of California.
|
4 | 4 | * All rights reserved.
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.23 2008/03/0519:42:11 alvherre Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.24 2008/03/0521:14:10 alvherre Exp $ |
7 | 7 | *
|
8 | 8 | * Redistribution and use in source and binary forms, with or without
|
9 | 9 | * modification, are permitted provided that the following conditions
|
@@ -99,8 +99,7 @@ BSD44_derived_dlsym(void *handle, const char *name)
|
99 | 99 | void
|
100 | 100 | BSD44_derived_dlclose(void*handle)
|
101 | 101 | {
|
102 |
| -#if !defined(HAVE_DLOPEN) |
103 |
| -#else |
| 102 | +#if defined(HAVE_DLOPEN) |
104 | 103 | dlclose(handle);
|
105 | 104 | #endif
|
106 | 105 | }
|