From owner-freebsd-commit Mon Dec 11 05:25:31 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA03684 for freebsd-commit-outgoing; Mon, 11 Dec 1995 05:25:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA03637 for cvs-all-outgoing; Mon, 11 Dec 1995 05:25:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA03626 for cvs-sys-outgoing; Mon, 11 Dec 1995 05:25:06 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA03619 Mon, 11 Dec 1995 05:25:04 -0800 (PST) Date: Mon, 11 Dec 1995 05:25:04 -0800 (PST) From: Peter Wemm Message-Id: <199512111325.FAA03619@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/net if_tun.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/12/11 05:25:03 Modified: sys/net if_tun.c Log: Make FIONREAD return the actual that a read() would return, not just the amount of data in the first mbuf. Obtained from: Bob Smart (for NetBSD & SunOS) Revision Changes Path 1.19 +5 -3 src/sys/net/if_tun.c