diff options
author | phk <phk@FreeBSD.org> | 1995-10-22 14:37:11 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-10-22 14:37:11 +0000 |
commit | 5e221828f83731c9f6083e6ce9703c1251dba05a (patch) | |
tree | 021e4f00408640702c262fd5f8dc2c167a2c2c73 /lib/libc/gen/psignal.c | |
parent | 6a09eeb50d1e12bcfae0a9e782727c535dc609f5 (diff) | |
download | FreeBSD-src-5e221828f83731c9f6083e6ce9703c1251dba05a.zip FreeBSD-src-5e221828f83731c9f6083e6ce9703c1251dba05a.tar.gz |
Minor cleanup, mostly unused vars and missing #includes.
Diffstat (limited to 'lib/libc/gen/psignal.c')
-rw-r--r-- | lib/libc/gen/psignal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/psignal.c b/lib/libc/gen/psignal.c index 51491b4..b7e7ab6 100644 --- a/lib/libc/gen/psignal.c +++ b/lib/libc/gen/psignal.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)psignal.c 8.1 (Berkeley) 6/4/93"; * Print the name of the signal indicated * along with the supplied message. */ -#include <sys/signal.h> +#include <signal.h> #include <string.h> #include <unistd.h> |