summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
committerbde <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
commit90f30ee93626191441a5a77c6a4ef849d6c9ae47 (patch)
tree7eaf381e2fc106b355b61804fad03cfeb0a78218 /sys/kern/kern_sig.c
parentf45e5bde8ec262c34297fa1ecae9201b0bf56bdb (diff)
downloadFreeBSD-src-90f30ee93626191441a5a77c6a4ef849d6c9ae47.zip
FreeBSD-src-90f30ee93626191441a5a77c6a4ef849d6c9ae47.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index 0b06f60..8c75985 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -74,16 +74,16 @@
#define ONSIG 32 /* NSIG for osig* syscalls. XXX. */
-static int coredump (struct thread *);
+static int coredump(struct thread *);
static int do_sigaction(struct proc *p, int sig, struct sigaction *act,
- struct sigaction *oact, int old);
+ struct sigaction *oact, int old);
static int do_sigprocmask(struct proc *p, int how, sigset_t *set,
- sigset_t *oset, int old);
+ sigset_t *oset, int old);
static char *expand_name(const char *, uid_t, pid_t);
-static int killpg1 (struct proc *cp, int sig, int pgid, int all);
-static int sig_ffs (sigset_t *set);
-static int sigprop (int sig);
-static void stop (struct proc *);
+static int killpg1(struct proc *cp, int sig, int pgid, int all);
+static int sig_ffs(sigset_t *set);
+static int sigprop(int sig);
+static void stop(struct proc *);
static int filt_sigattach(struct knote *kn);
static void filt_sigdetach(struct knote *kn);
OpenPOWER on IntegriCloud