From owner-freebsd-commit Mon Jan 1 04:23:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19587 for freebsd-commit-outgoing; Mon, 1 Jan 1996 04:23:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19578 for cvs-all-outgoing; Mon, 1 Jan 1996 04:23:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19564 for cvs-sys-outgoing; Mon, 1 Jan 1996 04:23:43 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19557 Mon, 1 Jan 1996 04:23:41 -0800 (PST) Date: Mon, 1 Jan 1996 04:23:41 -0800 (PST) From: Peter Wemm Message-Id: <199601011223.EAA19557@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_exit.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/01 04:23:41 Modified: sys/kern kern_exit.c Log: Only #include if SYSVSHM (for shmexit() prototype) Add missing #include if SYSVSEM (for semexit() prototype) Revision Changes Path 1.23 +8 -2 src/sys/kern/kern_exit.c