From owner-cvs-sys Fri Jun 7 23:13:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14362 for cvs-sys-outgoing; Fri, 7 Jun 1996 23:13:43 -0700 (PDT) Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14283; Fri, 7 Jun 1996 23:13:19 -0700 (PDT) Date: Fri, 7 Jun 1996 23:13:19 -0700 (PDT) From: David Greenman Message-Id: <199606080613.XAA14283@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net bpf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/07 23:13:11 Modified: sys/net bpf.c Log: Fix bug in bpf_ifname() where the unit didn't get added correctly to the name string. This function should be rewritten to deal with more than 10 units of a given type. Pointed out by: jmf@free-gate.com (Jean-Marc Frailong) (I fixed it slightly differently) Revision Changes Path 1.25 +2 -1 src/sys/net/bpf.c