entered into RCS
authorRoland McGrath <roland@gnu.org>
Sat, 16 Jul 1994 21:16:53 +0000 (21:16 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 16 Jul 1994 21:16:53 +0000 (21:16 +0000)
sysdeps/unix/bsd/sun/signum.h
sysdeps/unix/sysv/sco3.2.4/getgroups.c
sysdeps/unix/sysv/sco3.2.4/uname.S

index f990fef..ea83d71 100644 (file)
@@ -20,7 +20,7 @@ Cambridge, MA 02139, USA.  */
 #ifdef _SIGNAL_H
 
 /* This file defines the fake signal functions and signal
-   number constants for 4.2 or 4.3 BSD-derived Unix system.  */
+   number constants for SunOS 3 and 4 Unix systems.  */
 
 /* Fake signal functions.  */
 #define        SIG_ERR ((__sighandler_t) -1) /* Error return.  */
index c83d6ba..82e5fba 100644 (file)
@@ -20,6 +20,7 @@ Cambridge, MA 02139, USA.  */
 #include <sys/types.h>
 #include <unistd.h>
 #include <limits.h>
+#include <alloca.h>
 
 extern int __sco_getgroups __P ((int size, unsigned short int *list));
 
index 4500c57..a22d18a 100644 (file)
@@ -31,7 +31,7 @@ Cambridge, MA 02139, USA.  */
 ENTRY (uname)
        pushl $0x0              /* Push the discriminator flag.  */
        pushl $0x0              /* Push dummy placeholder.  */
-       pushl 12(%esp,1)        /* Push name (ptr to struct utsname)  */
+       pushl 12(%esp,1)        /* Push NAME (ptr to struct utsname)  */
        subl $0x4, %esp         /* Adjust stack pointer.  */
        DO_CALL (utssys, 3)
        jb error                /* Test for error.  */