|
6 | 6 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $PostgreSQL: pgsql/src/include/port.h,v 1.133 2010/05/1510:14:20 momjian Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/include/port.h,v 1.134 2010/05/15 14:44:13 tgl Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -352,7 +352,7 @@ extern char *crypt(const char *key, const char *setting);
|
352 | 352 | /* WIN32 handled in port/win32.h */
|
353 | 353 | #ifndefWIN32
|
354 | 354 | #definepgoff_t off_t
|
355 |
| -#if defined(__bsdi__)|| defined(netbsd) |
| 355 | +#if defined(__bsdi__)|| defined(__NetBSD__) |
356 | 356 | externintfseeko(FILE*stream,off_toffset,intwhence);
|
357 | 357 | externoff_tftello(FILE*stream);
|
358 | 358 | #endif
|
|