diff options
| author | Bruce Momjian | 2002-09-04 20:31:48 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-09-04 20:31:48 +0000 |
| commit | e50f52a074bdf0d6a9dc384840e641c4c0b0bb1a (patch) | |
| tree | ab73e8c8ec94a6ddc774c1f9c49b87aa6b93fd13 /src/backend/port/dynloader/bsdi.h | |
| parent | c91ceec21d357d6d857163d897ac75a79c883dee (diff) | |
pgindent run.
Diffstat (limited to 'src/backend/port/dynloader/bsdi.h')
| -rw-r--r-- | src/backend/port/dynloader/bsdi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/port/dynloader/bsdi.h b/src/backend/port/dynloader/bsdi.h index 79a707a64ab..6a76ad01ff3 100644 --- a/src/backend/port/dynloader/bsdi.h +++ b/src/backend/port/dynloader/bsdi.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bsdi.h,v 1.16 2002/06/20 20:29:33 momjian Exp $ + * $Id: bsdi.h,v 1.17 2002/09/04 20:31:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -46,7 +46,6 @@ do { \ dld_unlink_by_file(handle, 1); \ free(handle); \ } while (0) - #endif /* not HAVE_DLOPEN */ #endif /* PORT_PROTOS_H */ |
