From aaae06c5f4943a853f7b05da00e8eded6d3c9d86 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 20 Aug 2003 04:26:41 +0000 Subject: Correct included header for ustat. --- libc/sysdeps/linux/common/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux') diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index c37099dd5..6fa2c9a65 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -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 +#include static inline _syscall2(int, __syscall_ustat, unsigned short int, kdev_t, struct ustat *, ubuf); int ustat(dev_t dev, struct ustat *ubuf) -- cgit v1.2.3