Skip to content

Commit a24b04d

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 had reported 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 parent 2884073 commit a24b04d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/include/c.h

+1-2
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)