From a5403d89c2ba8a650798cf29f2b84282f25a08a7 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 1 Jun 2006 19:01:47 +0000 Subject: Cope with -Wundef. This means including xfs_macros.h early in a few more files and changing #if XXXKAN -> #ifdef XXXKAN. # this is just compile tested, since I don't have xfs partitions. --- sys/gnu/fs/xfs/xfs_dir2_trace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/gnu/fs/xfs/xfs_dir2_trace.c') diff --git a/sys/gnu/fs/xfs/xfs_dir2_trace.c b/sys/gnu/fs/xfs/xfs_dir2_trace.c index c674716..296b7b8 100644 --- a/sys/gnu/fs/xfs/xfs_dir2_trace.c +++ b/sys/gnu/fs/xfs/xfs_dir2_trace.c @@ -36,6 +36,7 @@ */ #include "xfs.h" +#include "xfs_macros.h" #include "xfs_types.h" #include "xfs_inum.h" #include "xfs_dir.h" -- cgit v1.1