CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/30 16:20:18
Modified files:
usr.bin/sort : sort.c
Log message:
Do not install signal handlers for SIGABRT, SIGBUS or SIGSEGV. Also
install signal handlers for SIGPIPE, SIGXCPU, SIGXFSZ, SIGVTALRM,
and SIGPROF to match the old sort.
