diff options
Diffstat (limited to 'e2fsprogs/ext2fs/link.c')
-rw-r--r-- | e2fsprogs/ext2fs/link.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/ext2fs/link.c b/e2fsprogs/ext2fs/link.c index 5e0f4f3c0..281ad065f 100644 --- a/e2fsprogs/ext2fs/link.c +++ b/e2fsprogs/ext2fs/link.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * link.c --- create links in a ext2fs directory | 2 | * link.c --- create links in a ext2fs directory |
3 | * | 3 | * |
4 | * Copyright (C) 1993, 1994 Theodore Ts'o. | 4 | * Copyright (C) 1993, 1994 Theodore Ts'o. |
5 | * | 5 | * |
6 | * %Begin-Header% | 6 | * %Begin-Header% |
@@ -25,7 +25,7 @@ struct link_struct { | |||
25 | int flags; | 25 | int flags; |
26 | int done; | 26 | int done; |
27 | struct ext2_super_block *sb; | 27 | struct ext2_super_block *sb; |
28 | }; | 28 | }; |
29 | 29 | ||
30 | static int link_proc(struct ext2_dir_entry *dirent, | 30 | static int link_proc(struct ext2_dir_entry *dirent, |
31 | int offset, | 31 | int offset, |
@@ -94,7 +94,7 @@ static int link_proc(struct ext2_dir_entry *dirent, | |||
94 | #ifdef __TURBOC__ | 94 | #ifdef __TURBOC__ |
95 | #pragma argsused | 95 | #pragma argsused |
96 | #endif | 96 | #endif |
97 | errcode_t ext2fs_link(ext2_filsys fs, ext2_ino_t dir, const char *name, | 97 | errcode_t ext2fs_link(ext2_filsys fs, ext2_ino_t dir, const char *name, |
98 | ext2_ino_t ino, int flags) | 98 | ext2_ino_t ino, int flags) |
99 | { | 99 | { |
100 | errcode_t retval; | 100 | errcode_t retval; |