summaryrefslogtreecommitdiffstats
path: root/usr.bin/su
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2006-10-24 17:41:28 +0000
committersobomax <sobomax@FreeBSD.org>2006-10-24 17:41:28 +0000
commit19094a2bf3fc2688fc83361912f2852e04b52137 (patch)
tree5bc5cb91fd2d53fc2c5993523054c242b1b2713b /usr.bin/su
parent38302e0941108b4b22e737c3e0370ed86c9ebe75 (diff)
downloadFreeBSD-src-19094a2bf3fc2688fc83361912f2852e04b52137.zip
FreeBSD-src-19094a2bf3fc2688fc83361912f2852e04b52137.tar.gz
Backout previous change (SIGSYS related). The fix has been applied to the
proper place. Pointed out by: rwatson
Diffstat (limited to 'usr.bin/su')
-rw-r--r--usr.bin/su/su.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c
index 73d012a..76f76b6 100644
--- a/usr.bin/su/su.c
+++ b/usr.bin/su/su.c
@@ -173,8 +173,6 @@ main(int argc, char *argv[])
#ifdef USE_BSM_AUDIT
const char *aerr;
au_id_t auid;
-
- signal(SIGSYS, SIG_IGN);
#endif
shell = class = cleanenv = NULL;
OpenPOWER on IntegriCloud