From 79061a930630646bcfae6d7f81cedda50705cfbb Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 19 Mar 2002 22:40:48 +0000 Subject: Remove __P. --- sys/gnu/fs/ext2fs/ext2_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/gnu/fs/ext2fs/ext2_alloc.c') diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c index f078e04..efba13e 100644 --- a/sys/gnu/fs/ext2fs/ext2_alloc.c +++ b/sys/gnu/fs/ext2fs/ext2_alloc.c @@ -60,7 +60,7 @@ #include #include -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: -- cgit v1.1