diff options
Diffstat (limited to 'nfsd/cache.c')
-rw-r--r-- | nfsd/cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nfsd/cache.c b/nfsd/cache.c index 45234d89..d3ee7659 100644 --- a/nfsd/cache.c +++ b/nfsd/cache.c @@ -32,11 +32,11 @@ #include "nfsd.h" -#undef TRUE -#undef FALSE #define malloc spoogie_woogie /* ugh^2. */ #include <rpc/types.h> #include <rpc/auth.h> +#undef TRUE +#undef FALSE #undef malloc #define IDHASH_TABLE_SIZE 1024 |