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

Commitc453569

Browse files
committed
Spell __NetBSD__ the same way everywhere. Per Giles Lean.
1 parent5c337fb commitc453569

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/1510: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
#ifndefWIN32
354354
#definepgoff_t off_t
355-
#if defined(__bsdi__)|| defined(netbsd)
355+
#if defined(__bsdi__)|| defined(__NetBSD__)
356356
externintfseeko(FILE*stream,off_toffset,intwhence);
357357
externoff_tftello(FILE*stream);
358358
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp