From owner-cvs-sys Mon Apr 10 13:36:13 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA29125 for cvs-sys-outgoing; Mon, 10 Apr 1995 13:36:13 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA29080 ; Mon, 10 Apr 1995 13:35:57 -0700 Date: Mon, 10 Apr 1995 13:35:57 -0700 From: "Garrett A. Wollman" Message-Id: <199504102035.NAA29080@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/net if_tun.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk wollman 95/04/10 13:35:52 Modified: sys/net if_tun.c Log: Tunnel driver is nmow capable of installing its own cdevsw[] entry, with a little help from conf.c. While e're at it, actually declare the tunnel entry points to have the correct types. This fixes PR #306.