Fix typo in last change.
authorRoland McGrath <roland@redhat.com>
Fri, 24 Jun 1994 10:22:37 +0000 (10:22 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 24 Jun 1994 10:22:37 +0000 (10:22 +0000)
make.h

diff --git a/make.h b/make.h
index 2074fe9d8269b1403f353100263d0409a6b1dd59..5ff702c357f62865b6c71104a055004158f43627 100644 (file)
--- a/make.h
+++ b/make.h
@@ -67,7 +67,7 @@ extern int errno;
 #endif
 
 /* Some systems define _POSIX_VERSION but are not really POSIX.1.  */
-#if (defined (butterfly) || defined (__arm) \
+#if (defined (butterfly) || defined (__arm) || \
      (defined (__mips) && defined (_SYSTYPE_SVR3)) || \
      (defined (sequent) && defined (i386)))
 #undef POSIX