summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:54:39 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 12:05:49 -0800
commit9d9202d04dbc4d45561a4c62386f8de0bd31be18 (patch)
treeda6713b7d11d4cb12f48ca9b199aac602888b358
parent10820586db1bc1817d437c207b6c43cdf36a7bbe (diff)
unifdef dirty
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/FSlibos.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/FSlibos.h b/src/FSlibos.h
index fdcfe95..34bc64c 100644
--- a/src/FSlibos.h
+++ b/src/FSlibos.h
@@ -108,12 +108,6 @@ in this Software without prior written authorization from The Open Group.
# endif /* FS_OPEN_MAX */
-/* Utek leaves kernel macros around in include files (bleah) */
-
-# ifdef dirty
-# undef dirty
-# endif
-
# define NMSKBITS 32
# define MSKCNT ((FS_OPEN_MAX + NMSKBITS - 1) / NMSKBITS)