From 188239e64db2b64856275f988a7464326538fe93 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 12 Sep 2001 22:54:27 +0000 Subject: [PATCH] ensure uint_t is defined, we need it now. --- libxfs/xfs.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2