From cabcc273c218a247ffecb03a067b80857a353cf4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 18 Oct 1995 05:47:53 +0000 Subject: Tue Oct 17 23:00:10 1995 Roland McGrath * sysdeps/mach/_strerror.c: Include stdio-common/_itoa.h instead of stdio/_itoa.h. Tue Oct 17 19:51:17 1995 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/stat.S [PIC] (__stat): Set GOT register %ebx before calling __xstat through PLT. * sysdeps/unix/sysv/linux/i386/sysdep.S: Fix typo in comment. * sysdeps/unix/sysv/linux/sigset.h: Remove file. * hurd/hurdsock.c: Include stdio-common/_itoa.h instead of stdio/_itoa.h. * hurd/hurdlookup.c: Likewise. --- hurd/hurdlookup.c | 2 +- hurd/hurdsock.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hurd') diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c index cb815baf7d..bc3366cdf5 100644 --- a/hurd/hurdlookup.c +++ b/hurd/hurdlookup.c @@ -21,7 +21,7 @@ Cambridge, MA 02139, USA. */ #include #include #include -#include "stdio/_itoa.h" +#include "stdio-common/_itoa.h" #include diff --git a/hurd/hurdsock.c b/hurd/hurdsock.c index 4dc6793535..a623270c3c 100644 --- a/hurd/hurdsock.c +++ b/hurd/hurdsock.c @@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */ #include #include #include -#include "stdio/_itoa.h" +#include "stdio-common/_itoa.h" #include /* For `struct mutex'. */ #include "hurdmalloc.h" /* XXX */ -- cgit 1.4.1