Skip to content

Commit 323e03a

Browse files
committed
fseeko NetBSD fix.
1 parent bb5f891 commit 323e03a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/port/fseeko.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.6 2002/10/24 04:48:08 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.7 2002/10/28 00:00:25 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
1515

16-
#if defined(bsdi) || defined(netbsd)
16+
/*
17+
* We have to use the native defines here because configure hasn't
18+
* completed yet.
19+
*/
20+
#if defined(__bsdi__) || defined(__NetBSD__)
1721

1822
#include "c.h"
1923

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy