Commit 59203450 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 6df71918
...@@ -7,7 +7,7 @@ ...@@ -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.36 1998/02/26 04:39:47 momjian Exp $ * $Id: c.h,v 1.37 1998/03/20 04:17:34 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -793,7 +793,7 @@ extern char *form(const char *fmt,...); ...@@ -793,7 +793,7 @@ extern char *form(const char *fmt,...);
#endif /* hpux */ #endif /* hpux */
#endif #endif
#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>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment