From owner-cvs-all Sun Jan 17 12:53:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28560 for cvs-all-outgoing; Sun, 17 Jan 1999 12:53:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28555; Sun, 17 Jan 1999 12:53:48 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA14724; Sun, 17 Jan 1999 12:53:48 -0800 (PST) Date: Sun, 17 Jan 1999 12:53:48 -0800 (PST) Message-Id: <199901172053.MAA14724@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net if_tun.c ppp_tty.c src/sys/modules/if_tun Makefile src/sys/modules/if_ppp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/01/17 12:53:48 PST Modified files: sys/net if_tun.c ppp_tty.c sys/modules/if_tun Makefile sys/modules/if_ppp Makefile Log: Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h. XXX It probably makes sense to have a flag for bsd.kern.mk to avoid these rules. XXX IO_NDELAY seems to be the main reason for it, when used in a cdevsw read or write "flag" context. Perhaps a redundant declaration somewhere like sys/conf.h might help remove the need for vnode.h in these device drivers in the first place. Revision Changes Path 1.51 +0 -6 src/sys/net/if_tun.c 1.38 +2 -9 src/sys/net/ppp_tty.c 1.8 +3 -2 src/sys/modules/if_tun/Makefile 1.16 +3 -2 src/sys/modules/if_ppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message