diff options
author | julian <julian@FreeBSD.org> | 2002-07-03 06:15:26 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2002-07-03 06:15:26 +0000 |
commit | c897d1c09fa99d7a103ba0a65234664baf3d8164 (patch) | |
tree | 8a50a42e1d86ab74a9968bb804359b5a69e7f24d /sys | |
parent | 81dd3dedf8cf75334c7c79aee199c193b2b5a102 (diff) | |
download | FreeBSD-src-c897d1c09fa99d7a103ba0a65234664baf3d8164.zip FreeBSD-src-c897d1c09fa99d7a103ba0a65234664baf3d8164.tar.gz |
White space commit.
I'm working on this file but I wanted to make the whitespece commit
separatly.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/kern_sig.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 8632f23..e3e4d96 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); |