Skip to content

Commit c453569

Browse files
committed
Spell __NetBSD__ the same way everywhere. Per Giles Lean.
1 parent 5c337fb commit c453569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/port.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $PostgreSQL: pgsql/src/include/port.h,v 1.133 2010/05/15 10:14:20 momjian Exp $
9+
* $PostgreSQL: pgsql/src/include/port.h,v 1.134 2010/05/15 14:44:13 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -352,7 +352,7 @@ extern char *crypt(const char *key, const char *setting);
352352
/* WIN32 handled in port/win32.h */
353353
#ifndef WIN32
354354
#define pgoff_t off_t
355-
#if defined(__bsdi__) || defined(netbsd)
355+
#if defined(__bsdi__) || defined(__NetBSD__)
356356
extern int fseeko(FILE *stream, off_t offset, int whence);
357357
extern off_t ftello(FILE *stream);
358358
#endif

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