Date: Sun, 02 Mar 2003 22:47:43 +0100 From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> To: "Maksim Yevmenkin" <Maksim.Yevmenkin@cw.com> Cc: "Marcel Moolenaar" <marcel@xcllnt.net>, current@FreeBSD.ORG Subject: Re: HEADSUP: Driver mega-commit ahead. Message-ID: <10815.1046641663@critter.freebsd.dk> In-Reply-To: Your message of "Sun, 02 Mar 2003 12:35:56 PST." <45258A4365C6B24A9832BFE224837D552B1296@sjdcex01.int.exodus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10815.1046641663>