From owner-cvs-sys Sun Sep 29 08:01:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA08298 for cvs-sys-outgoing; Sun, 29 Sep 1996 08:01:10 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA08100; Sun, 29 Sep 1996 08:00:48 -0700 (PDT) Date: Sun, 29 Sep 1996 08:00:48 -0700 (PDT) From: Bruce Evans Message-Id: <199609291500.IAA08100@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys systm.h src/sys/miscfs/devfs devfs_tree.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/29 08:00:46 Modified: sys/sys systm.h sys/miscfs/devfs devfs_tree.c Log: Started unspamming . Don't include to get the declaration of va_list; just use _BSD_VA_LIST. Fixed the 2 places that need but didn't include it explicitly. Revision Changes Path 1.45 +4 -4 src/sys/sys/systm.h 1.31 +3 -1 src/sys/miscfs/devfs/devfs_tree.c