diff options
author | ru <ru@FreeBSD.org> | 2005-12-04 10:06:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-12-04 10:06:06 +0000 |
commit | 798500dfd84901b8d5d22e9a99c47e96fe8b9ec5 (patch) | |
tree | acd04a6feb972f86071cbebb5420c10b69d82de9 /sys/gnu/fs | |
parent | 1c586a3c0b58f2748ced33998d3565a41faee657 (diff) | |
download | FreeBSD-src-798500dfd84901b8d5d22e9a99c47e96fe8b9ec5.zip FreeBSD-src-798500dfd84901b8d5d22e9a99c47e96fe8b9ec5.tar.gz |
Fix -Wundef from compiling the amd64 LINT.
Diffstat (limited to 'sys/gnu/fs')
-rw-r--r-- | sys/gnu/fs/ext2fs/ext2_linux_ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c index 95e21fa..d617014 100644 --- a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c +++ b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c @@ -259,7 +259,7 @@ void ext2_free_inode (struct inode * inode) unlock_super (DEVVP(inode)); } -#if linux +#ifdef linux /* * This function increments the inode version number * |