summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-18 05:47:53 +0000
committerRoland McGrath <roland@gnu.org>1995-10-18 05:47:53 +0000
commitcabcc273c218a247ffecb03a067b80857a353cf4 (patch)
treef596fd472c35a9f878a935811017b20d0b260fc6 /hurd
parentf2149f697a3a5339a30dd6931864a7f5f6904085 (diff)
Tue Oct 17 23:00:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/mach/_strerror.c: Include stdio-common/_itoa.h instead of stdio/_itoa.h. Tue Oct 17 19:51:17 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> * 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.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdlookup.c2
-rw-r--r--hurd/hurdsock.c2
2 files changed, 2 insertions, 2 deletions
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 <string.h>
#include <limits.h>
#include <fcntl.h>
-#include "stdio/_itoa.h"
+#include "stdio-common/_itoa.h"
#include <hurd/term.h>
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 <string.h>
#include <hurd/paths.h>
#include <stdio.h>
-#include "stdio/_itoa.h"
+#include "stdio-common/_itoa.h"
#include <cthreads.h> /* For `struct mutex'. */
#include "hurdmalloc.h" /* XXX */