OSDN Git Service

Correct included header for ustat.
authorManuel Novoa III <mjn3@codepoet.org>
Wed, 20 Aug 2003 04:26:41 +0000 (04:26 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Wed, 20 Aug 2003 04:26:41 +0000 (04:26 -0000)
libc/sysdeps/linux/common/syscalls.c

index c37099d..6fa2c9a 100644 (file)
@@ -654,7 +654,7 @@ _syscall1(int, chroot, const char *, path);
 //#define __NR_ustat            62
 #ifdef L___syscall_ustat
 #define __NR___syscall_ustat __NR_ustat
-#include <sys/stat.h>
+#include <sys/ustat.h>
 static inline
 _syscall2(int, __syscall_ustat, unsigned short int, kdev_t, struct ustat *, ubuf);
 int ustat(dev_t dev, struct ustat *ubuf)