From 83dd3dfdc2206dbe7c13359b7d4ca2fb95ab5a0d Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 24 Mar 2002 04:09:05 +0000 Subject: Fixed some style bugs in the removal of __P(()). Continuation lines were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting. --- sys/i386/linux/linux_sysvec.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/i386') diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 42d150e..e1321ef 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -93,13 +93,13 @@ extern struct sysent linux_sysent[LINUX_SYS_MAXSYSCALL]; SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler); static int linux_fixup(register_t **stack_base, - struct image_params *iparams); + struct image_params *iparams); static int elf_linux_fixup(register_t **stack_base, - struct image_params *iparams); -static void linux_prepsyscall(struct trapframe *tf, int *args, - u_int *code, caddr_t *params); + struct image_params *iparams); +static void linux_prepsyscall(struct trapframe *tf, int *args, u_int *code, + caddr_t *params); static void linux_sendsig(sig_t catcher, int sig, sigset_t *mask, - u_long code); + u_long code); /* * Linux syscalls return negative errno's, we do positive and map them -- cgit v1.1