diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 17:03:12 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 17:03:12 +0000 |
| commit | a82bbc730e20fe9dec4abeb1d949b2d02869032a (patch) | |
| tree | 96c195652047b452e756960d6bdfc6786443c564 /lib/libc/compat-43/killpg.c | |
| parent | 6ba807ae3ad4a36737776b8360698979fb378d97 (diff) | |
Notes
Diffstat (limited to 'lib/libc/compat-43/killpg.c')
| -rw-r--r-- | lib/libc/compat-43/killpg.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/compat-43/killpg.c b/lib/libc/compat-43/killpg.c index 2ab3c3b03c4ea..3eafc76259a5d 100644 --- a/lib/libc/compat-43/killpg.c +++ b/lib/libc/compat-43/killpg.c @@ -45,13 +45,7 @@ __FBSDID("$FreeBSD$"); * Backwards-compatible killpg(). */ int -#if __STDC__ killpg(pid_t pgid, int sig) -#else -killpg(pgid, sig) - pid_t pgid; - int sig; -#endif { if (pgid == 1) { errno = ESRCH; |
