From 948956956f70fadaa85b20e93ec0411ca96fabeb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 1 Mar 1994 16:44:24 +0000 Subject: [PATCH] entered into RCS --- sysdeps/unix/sysv/isc2.2/rename.S | 2 +- sysdeps/unix/sysv/sco3.2.4/waitpid.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/isc2.2/rename.S b/sysdeps/unix/sysv/isc2.2/rename.S index a5a8dfeeef..a4b2c4207c 100644 --- a/sysdeps/unix/sysv/isc2.2/rename.S +++ b/sysdeps/unix/sysv/isc2.2/rename.S @@ -1 +1 @@ -#include +#include diff --git a/sysdeps/unix/sysv/sco3.2.4/waitpid.S b/sysdeps/unix/sysv/sco3.2.4/waitpid.S index f16b643f2f..63decf1d9c 100644 --- a/sysdeps/unix/sysv/sco3.2.4/waitpid.S +++ b/sysdeps/unix/sysv/sco3.2.4/waitpid.S @@ -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. */