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

Commita24b04d

Browse files
committed
Remove inclusion of <varargs.h> on SunOS; this does not work since we
use the ANSI varargs style (<stdarg.h>) not the old style. Tatsuo hadreported this change was necessary back in the 7.0 beta cycle (4/13/00)but for some reason, making the edit never got done.
1 parent2884073 commita24b04d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/include/c.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: c.h,v 1.90 2001/02/10 02:31:28 tgl Exp $
15+
* $Id: c.h,v 1.91 2001/02/20 00:28:07 tgl Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -584,7 +584,6 @@ typedef NameData *Name;
584584

585585
#if defined(sun)&& defined(__sparc__)&& !defined(__SVR4)
586586
#include<unistd.h>
587-
#include<varargs.h>
588587
#endif
589588

590589
/* These are for things that are one way on Unix and another on NT */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp