summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2001-09-10 07:00:17 +0000
committermarcel <marcel@FreeBSD.org>2001-09-10 07:00:17 +0000
commit4ee6142f0a8ecb5ebf2ef76f93cbaf094eb5753d (patch)
tree7e65041976b3892e508f2b1be014d62501ff67b1 /bin
parent51f2eacde0acc83af2b12607a026eb395e6af02b (diff)
downloadFreeBSD-src-4ee6142f0a8ecb5ebf2ef76f93cbaf094eb5753d.zip
FreeBSD-src-4ee6142f0a8ecb5ebf2ef76f93cbaf094eb5753d.tar.gz
Fix LINT breakage caused by previous commit. The linux_rt_sendsig
and linux_sendsig functions guarded their debugging output with ldebug(sigreturn). This has been mistaken for a cut-n-paste bug, and was replaced by ldebug(rt_sendsig) and ldebug(sendsig) resp. Since the sendsig functions are not syscalls, this brokei any build that defines DEBUG. The fix maps both functions to the unused syscall 0 so that they can be enabled/disabled independently from sigreturn, but not independently from each other.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud