From 4b2531defc3636e9db2e734b0799d44acbe6e977 Mon Sep 17 00:00:00 2001 From: David McCullough Date: Tue, 27 Aug 2002 01:20:21 +0000 Subject: Added __kernel_fsid_t to satisfy some apps that need it. Definitions taken from 2.4 kernel sources for each of the platforms. --- libc/sysdeps/linux/alpha/bits/kernel_types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps/linux/alpha') diff --git a/libc/sysdeps/linux/alpha/bits/kernel_types.h b/libc/sysdeps/linux/alpha/bits/kernel_types.h index a0b4b3670..0a4d63f87 100644 --- a/libc/sysdeps/linux/alpha/bits/kernel_types.h +++ b/libc/sysdeps/linux/alpha/bits/kernel_types.h @@ -33,4 +33,8 @@ typedef __kernel_gid_t __kernel_old_gid_t; typedef __kernel_uid_t __kernel_uid32_t; typedef __kernel_gid_t __kernel_gid32_t; +typedef struct { + int val[2]; +} __kernel_fsid_t; + #endif /* _ALPHA_POSIX_TYPES_H */ -- cgit v1.2.3