entered into RCS
authorRoland McGrath <roland@gnu.org>
Tue, 1 Mar 1994 16:44:24 +0000 (16:44 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 1 Mar 1994 16:44:24 +0000 (16:44 +0000)
sysdeps/unix/sysv/isc2.2/rename.S
sysdeps/unix/sysv/sco3.2.4/waitpid.S

index a5a8dfe..a4b2c42 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/rename.S>
+#include <sysdeps/unix/common/rename.S>
index f16b643..63decf1 100644 (file)
@@ -27,7 +27,7 @@ ENTRY (__waitpid)
        pushl %eax              /* Push the new flags word.  */
        popfl                   /* Pop it into the flags.  */
        DO_CALL (wait, 2)
-       movl 4(%esp), scratch   /* Put status pointer in scratch register.  */
+       movl 8(%esp), scratch   /* Put status pointer in scratch register.  */
        testl scratch, scratch  /* Is it non-nil?  */
        je null
        movl r1, (scratch)      /* Yes; store the status there.  */