OSDN Git Service

Use local copy of sysdep.h
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 25 Oct 2005 19:51:10 +0000 (19:51 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Tue, 25 Oct 2005 19:51:10 +0000 (19:51 -0000)
libc/sysdeps/linux/common/getdents.c
libc/sysdeps/linux/common/getdents64.c
libc/sysdeps/linux/common/mmap64.c

index ab6a276..416ced4 100644 (file)
@@ -26,7 +26,7 @@
 #include <unistd.h>
 #include <sys/param.h>
 #include <sys/types.h>
-#include <sysdep.h>
+#include "sysdep.h"
 #include <sys/syscall.h>
 
 
index a37f5e5..1b4b0c3 100644 (file)
@@ -25,7 +25,7 @@
 #include <stdint.h>
 #include <string.h>
 #include <unistd.h>
-#include <sysdep.h>
+#include "sysdep.h"
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/syscall.h>
index eaf9144..969e1e2 100644 (file)
@@ -22,7 +22,7 @@
 #include <features.h>
 #include <errno.h>
 #include <unistd.h>
-#include <sysdep.h>
+#include "sysdep.h"
 #include <sys/mman.h>