aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-12-04 10:06:06 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-12-04 10:06:06 +0000
commit3238c6bd335a8262f18b21ab308b569a49cc7fe7 (patch)
treeacd04a6feb972f86071cbebb5420c10b69d82de9 /sys/gnu/fs/ext2fs
parent4cbc44fb193808cd4074770c043253cb87761f45 (diff)
Notes
Diffstat (limited to 'sys/gnu/fs/ext2fs')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_linux_ialloc.c2
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 95e21facd5bd..d6170149ab7e 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
*