Subject: CVS commit: src/sys/netsmb
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/21/2003 21:55:14
Module Name:	src
Committed By:	jdolecek
Date:		Fri Feb 21 19:55:14 UTC 2003

Modified Files:
	src/sys/netsmb: smb_subr.c

Log Message:
simlify smb_proc_intr() - p_siglist never contains signals from
p_sigmask or p_sigignore, so no point explicitly removing them

also kill some compatibility macros/defines and use the real thing directly,
it's more readable that way


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/netsmb/smb_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.