From owner-cvs-all Fri Aug 25 19:27: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCA8D37B42C; Fri, 25 Aug 2000 19:27:01 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA49087; Fri, 25 Aug 2000 19:27:01 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200008260227.TAA49087@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 25 Aug 2000 19:27:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/08/25 19:27:01 PDT Modified files: sys/kern kern_sig.c Log: Make this file compile again when COMPAT_43 has not been defined. This boils down to conditionally compile the old signal syscalls. We might want to extend the types in syscalls.master to make these syscalls conditionally on something more appropriate than COMPAT_43. Revision Changes Path 1.83 +9 -2 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message