From owner-freebsd-commit Sat Dec 9 17:23:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA09167 for freebsd-commit-outgoing; Sat, 9 Dec 1995 17:23:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA08858 for cvs-all-outgoing; Sat, 9 Dec 1995 17:20:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA08845 for cvs-sys-outgoing; Sat, 9 Dec 1995 17:20:31 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA08809 Sat, 9 Dec 1995 17:20:20 -0800 (PST) Date: Sat, 9 Dec 1995 17:20:20 -0800 (PST) From: Bruce Evans Message-Id: <199512100120.RAA08809@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/net if_tun.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/09 17:20:19 Modified: sys/net if_tun.c Log: Restored used variable `name[32]' (used by DEVFS). Removed an `#ifdef __FreeBSD__'. Hundreds, if not thousands of other FreeBSD-specific things aren't ifdefed. Revision Changes Path 1.18 +3 -3 src/sys/net/if_tun.c