From 357e37e023059920b1f80494e489797e2f69a3dd Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 19 Mar 2002 21:25:46 +0000 Subject: Remove __P. --- sys/kern/imgact_aout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/imgact_aout.c') diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index 8184d0d..77d6905 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -56,7 +56,7 @@ #include #include -static int exec_aout_imgact __P((struct image_params *imgp)); +static int exec_aout_imgact(struct image_params *imgp); struct sysentvec aout_sysvec = { SYS_MAXSYSCALL, -- cgit v1.1