mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 15:39:35 +08:00
Spell __NetBSD__ the same way everywhere. Per Giles Lean.
This commit is contained in:
parent
5c337fb45c
commit
c453569f0d
@ -6,7 +6,7 @@
|
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/port.h,v 1.133 2010/05/15 10:14:20 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/include/port.h,v 1.134 2010/05/15 14:44:13 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -352,7 +352,7 @@ extern char *crypt(const char *key, const char *setting);
|
||||
/* WIN32 handled in port/win32.h */
|
||||
#ifndef WIN32
|
||||
#define pgoff_t off_t
|
||||
#if defined(__bsdi__) || defined(netbsd)
|
||||
#if defined(__bsdi__) || defined(__NetBSD__)
|
||||
extern int fseeko(FILE *stream, off_t offset, int whence);
|
||||
extern off_t ftello(FILE *stream);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user