From 39bf3c74cb1681ca4900cf9a7660604590908a93 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 23 Dec 2000 17:56:55 +0000 Subject: Just define __kernel_off_t ourselves... --- libc/sysdeps/linux/common/getdents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/getdents.c') diff --git a/libc/sysdeps/linux/common/getdents.c b/libc/sysdeps/linux/common/getdents.c index 20d79868c..7bb129a51 100644 --- a/libc/sysdeps/linux/common/getdents.c +++ b/libc/sysdeps/linux/common/getdents.c @@ -27,7 +27,7 @@ #include -#include +typedef long __kernel_off_t; #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) -- cgit v1.2.3