Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5920345

Browse files
committed
Sorry. I made above mistakes. "__svr4" should be "__svr4__" or
"__SVR4" as you pointed out. There is another file that has the same mistakes. Included is a patche for include/c.h. t-ishii@sra.co.jp
1 parent 6df7191 commit 5920345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/c.h

Lines changed: 2 additions & 2 deletions
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.36 1998/02/26 04:39:47 momjian Exp $
10+
* $Id: c.h,v 1.37 1998/03/20 04:17:34 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -793,7 +793,7 @@ extern char *form(const char *fmt,...);
793793
#endif /* hpux */
794794
#endif
795795

796-
#if defined(sun) && defined(sparc) && !defined(__svr4)
796+
#if defined(sun) && defined(sparc) && !defined(__SVR4)
797797
#define memmove(d, s, l) bcopy(s, d, l)
798798
#include <unistd.h>
799799
#endif

0 commit comments

Comments
 (0)