summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-03-23 00:31:15 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-03-23 00:31:15 +0000
commit8cfe1a91b9307d3f71fed39d28d34b0d7c708ee9 (patch)
tree9bf4358c75740cebc4215cb077053cb97b81d640
parent8b7a768a92c380bdb1542dac33029325c5358b1c (diff)
o ?
-rw-r--r--include/asm-mips64/posix_types.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/asm-mips64/posix_types.h b/include/asm-mips64/posix_types.h
index 2de3064c1..44ab2568d 100644
--- a/include/asm-mips64/posix_types.h
+++ b/include/asm-mips64/posix_types.h
@@ -1,4 +1,4 @@
-/* $Id: posix_types.h,v 1.4 2000/02/16 01:07:49 ralf Exp $
+/* $Id: posix_types.h,v 1.5 2000/02/29 20:49:16 ulfc Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -45,6 +45,10 @@ typedef __kernel_gid_t __kernel_old_gid_t;
typedef long long __kernel_loff_t;
#endif
+typedef struct {
+ int val[2];
+} __kernel_fsid_t;
+
/* Now 32bit compatibility types */
typedef unsigned int __kernel_dev_t32;
typedef unsigned int __kernel_ino_t32;
@@ -63,10 +67,7 @@ typedef int __kernel_suseconds_t32;
typedef int __kernel_clock_t32;
typedef int __kernel_daddr_t32;
typedef char * __kernel_caddr_t32;
-
-typedef struct {
- int val[2];
-} __kernel_fsid_t;
+typedef __kernel_fsid_t __kernel_fsid_t32;
#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)