From owner-cvs-src@FreeBSD.ORG Thu Dec 23 22:03:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB1DB16A4CE; Thu, 23 Dec 2004 22:03:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C4D43D2D; Thu, 23 Dec 2004 22:03:32 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBNM3WNr087977; Thu, 23 Dec 2004 22:03:32 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBNM3WvN087976; Thu, 23 Dec 2004 22:03:32 GMT (envelope-from rik) Message-Id: <200412232203.iBNM3WvN087976@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 23 Dec 2004 22:03:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_sample.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 22:03:33 -0000 rik 2004-12-23 22:03:32 UTC FreeBSD src repository Modified files: sys/netgraph ng_sample.c Log: Fix creation on "dlciX" hook in ng_sample. Approved by: julian MFC after: 3 days Revision Changes Path 1.26 +3 -2 src/sys/netgraph/ng_sample.c