projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6821421
)
Fix include for NetBSD.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 24 Oct 2002 04:48:08 +0000
(
04:48
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 24 Oct 2002 04:48:08 +0000
(
04:48
+0000)
src/port/fseeko.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/fseeko.c
b/src/port/fseeko.c
index f31e15f13dd18f79c436dce9e4ddb82dde5336c1..69240b74a879997148a50316641df2b06ead720b 100644
(file)
--- a/
src/port/fseeko.c
+++ b/
src/port/fseeko.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.
5 2002/10/24 04:33:46
momjian Exp $
+ * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.
6 2002/10/24 04:48:08
momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@
-17,7
+17,9
@@
#include "c.h"
+#ifdef bsdi
#include <pthread.h>
+#endif
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>