aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2002-07-03 06:15:26 +0000
committerJulian Elischer <julian@FreeBSD.org>2002-07-03 06:15:26 +0000
commitee9919b024201ebe6751cf9b837f8278cfcc0a0c (patch)
tree8a50a42e1d86ab74a9968bb804359b5a69e7f24d /sys/kern/kern_sig.c
parent2b877fac01d78927738f1729a3c1619cc2c0d610 (diff)
downloadsrc-ee9919b024201ebe6751cf9b837f8278cfcc0a0c.tar.gz
src-ee9919b024201ebe6751cf9b837f8278cfcc0a0c.zip
White space commit.
I'm working on this file but I wanted to make the whitespece commit separatly.
Notes
Notes: svn path=/head/; revision=99329
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index 8632f2373ba9..e3e4d9677aad 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -74,17 +74,17 @@
#define ONSIG 32 /* NSIG for osig* syscalls. XXX. */
-static int coredump(struct thread *);
-static int do_sigaction(struct proc *p, int sig, struct sigaction *act,
+static int coredump(struct thread *);
+static int do_sigaction(struct proc *p, int sig, struct sigaction *act,
struct sigaction *oact, int old);
-static int do_sigprocmask(struct proc *p, int how, sigset_t *set,
- sigset_t *oset, int old);
-static char *expand_name(const char *, uid_t, pid_t);
-static int killpg1(struct thread *td, int sig, int pgid, int all);
-static int sig_ffs(sigset_t *set);
-static int sigprop(int sig);
-static void stop(struct proc *);
-static void tdsignal(struct thread *td, int sig, sig_t action);
+static int do_sigprocmask(struct proc *p, int how, sigset_t *set,
+ sigset_t *oset, int old);
+static char *expand_name(const char *, uid_t, pid_t);
+static int killpg1(struct thread *td, int sig, int pgid, int all);
+static int sig_ffs(sigset_t *set);
+static int sigprop(int sig);
+static void stop(struct proc *);
+static void tdsignal(struct thread *td, int sig, sig_t action);
static int filt_sigattach(struct knote *kn);
static void filt_sigdetach(struct knote *kn);
static int filt_signal(struct knote *kn, long hint);