From owner-cvs-sys Fri Mar 29 06:30:02 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17117 for cvs-sys-outgoing; Fri, 29 Mar 1996 06:30:02 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17057 Fri, 29 Mar 1996 06:29:53 -0800 (PST) Date: Fri, 29 Mar 1996 06:29:53 -0800 (PST) From: Bruce Evans Message-Id: <199603291429.GAA17057@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys sysent.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/03/29 06:29:52 Modified: sys/sys sysent.h Log: Fixed the type of sv_sendsig. The `code' arg to signal handlers is now u_long. Revision Changes Path 1.8 +6 -8 src/sys/sys/sysent.h