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/hurdsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd/hurdsock.c') 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 v1.2.3