Date: Sun, 10 Mar 1996 18:21:06 -0800 (PST) From: Jeffrey Hsu <hsu> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys signalvar.h Message-ID: <199603110221.SAA11014@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
hsu 96/03/10 18:21:05
Modified: sys/sys signalvar.h
Log:
Merge in Lite2: add function prototypes
remove bogus function prototype for issig()---no such function
fix comment
Lite2 changed type of ps_code from int to long. We change it to u_long
to make it consistent w/ its usage in kern_sig.c.
Did not accept type change to ps_addr field. Delete it instead as it is
not used anywhere.
Reviewed by: davidg & bde
Revision Changes Path
1.11 +10 -12 src/sys/sys/signalvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603110221.SAA11014>
