From owner-freebsd-current Sun Mar 2 13:47:48 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D1A637B401 for ; Sun, 2 Mar 2003 13:47:47 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A961143F85 for ; Sun, 2 Mar 2003 13:47:46 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h22LlhA6010816; Sun, 2 Mar 2003 22:47:43 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: "Maksim Yevmenkin" Cc: "Marcel Moolenaar" , current@FreeBSD.ORG Subject: Re: HEADSUP: Driver mega-commit ahead. From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 02 Mar 2003 12:35:56 PST." <45258A4365C6B24A9832BFE224837D552B1296@sjdcex01.int.exodus.net> Date: Sun, 02 Mar 2003 22:47:43 +0100 Message-ID: <10815.1046641663@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <45258A4365C6B24A9832BFE224837D552B1296@sjdcex01.int.exodus.net>, "M aksim Yevmenkin" writes: >Dear Poul-Henning, > >i think the following is not correct > >RCS file: /home/ncvs/src/sys/netgraph/ng_device.c,v >retrieving revision 1.2 >diff -u -r1.2 ng_device.c >--- netgraph/ng_device.c 2 Feb 2003 13:30:00 -0000 1.2 >+++ netgraph/ng_device.c 2 Mar 2003 19:48:38 -0000 >@@ -66,7 +66,7 @@ > /* Netgraph type */ > static struct ng_type typestruct = { > NG_ABI_VERSION, /* version */ >- NG_DEVICE_NODE_TYPE, /* name */ >+ .d_name = NG_DEVICE_NODE_TYPE, > ng_device_mod_event, /* modevent */ > ng_device_cons, /* constructor */ > ng_device_rcvmsg, /* receive msg */ >@@ -114,19 +114,14 @@ Damn, I thought I had caught that one. Should be fixed now in the rev 2 of the patch I uploaded. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message