summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-24 04:09:05 +0000
committerbde <bde@FreeBSD.org>2002-03-24 04:09:05 +0000
commit83dd3dfdc2206dbe7c13359b7d4ca2fb95ab5a0d (patch)
treec9b8f08f346aaceaa0f18411895644cdbe77a3f6 /sys/i386
parent646f25a549bdbbbacf6edd998bf2b439d4807a35 (diff)
downloadFreeBSD-src-83dd3dfdc2206dbe7c13359b7d4ca2fb95ab5a0d.zip
FreeBSD-src-83dd3dfdc2206dbe7c13359b7d4ca2fb95ab5a0d.tar.gz
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.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/linux/linux_sysvec.c10
1 files changed, 5 insertions, 5 deletions
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
OpenPOWER on IntegriCloud