Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit323e03a

Browse files
committed
fseeko NetBSD fix.
1 parentbb5f891 commit323e03a

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)

[8]ページ先頭

©2009-2025 Movatter.jp