From: Nathan Scott Date: Wed, 12 Sep 2001 22:54:27 +0000 (+0000) Subject: ensure uint_t is defined, we need it now. X-Git-Tag: v2.0.0~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=188239e64db2b64856275f988a7464326538fe93;p=thirdparty%2Fxfsprogs-dev.git ensure uint_t is defined, we need it now. --- diff --git a/libxfs/xfs.h b/libxfs/xfs.h index 8a85e377b..807e765c8 100644 --- a/libxfs/xfs.h +++ b/libxfs/xfs.h @@ -228,6 +228,7 @@ /* 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;