mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Include <varargs.h> on SunOS. (Does any other platform need it??)
This commit is contained in:
parent
9dbb0efb0b
commit
403b3eff79
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: c.h,v 1.49 1999/01/17 06:19:22 momjian Exp $
|
* $Id: c.h,v 1.50 1999/02/11 01:36:55 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -821,6 +821,7 @@ extern char *form(const char *fmt,...);
|
|||||||
#if defined(sun) && defined(sparc) && !defined(__SVR4)
|
#if defined(sun) && defined(sparc) && !defined(__SVR4)
|
||||||
#define memmove(d, s, l) bcopy(s, d, l)
|
#define memmove(d, s, l) bcopy(s, d, l)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <varargs.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* These are for things that are one way on Unix and another on NT */
|
/* These are for things that are one way on Unix and another on NT */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user