diff options
Diffstat (limited to 'e2fsprogs/ext2fs/lookup.c')
-rw-r--r-- | e2fsprogs/ext2fs/lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/ext2fs/lookup.c b/e2fsprogs/ext2fs/lookup.c index 9cb97f1b5..76c5ac871 100644 --- a/e2fsprogs/ext2fs/lookup.c +++ b/e2fsprogs/ext2fs/lookup.c | |||
@@ -26,7 +26,7 @@ struct lookup_struct { | |||
26 | }; | 26 | }; |
27 | 27 | ||
28 | #ifdef __TURBOC__ | 28 | #ifdef __TURBOC__ |
29 | #pragma argsused | 29 | # pragma argsused |
30 | #endif | 30 | #endif |
31 | static int lookup_proc(struct ext2_dir_entry *dirent, | 31 | static int lookup_proc(struct ext2_dir_entry *dirent, |
32 | int offset EXT2FS_ATTR((unused)), | 32 | int offset EXT2FS_ATTR((unused)), |