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

Commit403b3ef

Browse files
committed
Include <varargs.h> on SunOS. (Does any other platform need it??)
1 parent9dbb0ef commit403b3ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/c.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: c.h,v 1.49 1999/01/17 06:19:22 momjian Exp $
10+
* $Id: c.h,v 1.50 1999/02/11 01:36:55 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -821,6 +821,7 @@ extern char *form(const char *fmt,...);
821821
#if defined(sun)&& defined(sparc)&& !defined(__SVR4)
822822
#definememmove(d,s,l)bcopy(s, d, l)
823823
#include<unistd.h>
824+
#include<varargs.h>
824825
#endif
825826

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp