In message <[EMAIL PROTECTED]>, "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
[EMAIL PROTECTED]         | 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to