]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
ensure uint_t is defined, we need it now.
authorNathan Scott <nathans@sgi.com>
Wed, 12 Sep 2001 22:54:27 +0000 (22:54 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 12 Sep 2001 22:54:27 +0000 (22:54 +0000)
libxfs/xfs.h

index 8a85e377b96bf8b3038adf1917597b9a4d5ca6e2..807e765c86e053f659d749cd8058de7a83abb563 100644 (file)
 
 
 /* anything else */
+typedef __uint32_t uint_t;
 typedef __uint32_t inst_t;     /* an instruction */
 typedef enum { B_FALSE, B_TRUE } boolean_t;
 typedef struct { dev_t dev; } buftarg_t;