diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 73d012a3460e..76f76b61e64d 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;