diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 22:40:48 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 22:40:48 +0000 |
| commit | 6f1e8551122b6870e04356c8438fad48212c359b (patch) | |
| tree | d808f6096e1d40f5089a77d9cf1abc15ee82a9fe /sys/gnu/ext2fs/ext2_alloc.c | |
| parent | 11caded34f959dae72d4415f1e9f84d0dfa32e98 (diff) | |
Notes
Diffstat (limited to 'sys/gnu/ext2fs/ext2_alloc.c')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index f078e04e1309c..efba13e0b5df0 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -60,7 +60,7 @@ #include <gnu/ext2fs/fs.h> #include <gnu/ext2fs/ext2_extern.h> -static void ext2_fserr __P((struct ext2_sb_info *, u_int, char *)); +static void ext2_fserr(struct ext2_sb_info *, u_int, char *); /* * Linux calls this functions at the following locations: |
