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.
This commit is contained in:
bde 2002-03-24 04:09:05 +00:00
parent 646f25a549
commit 83dd3dfdc2

View File

@ -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