Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2010 16:05:24 +0300
From:      Nezmer <bsd@nezmer.info>
To:        freebsd-stable@freebsd.org
Subject:   8-STABLE/amd64: r206088 breaks compilation
Message-ID:  <20100413130524.GA45088@mail>

next in thread | raw e-mail | index | archive | help
Hi,

The error is:

8_stable-build/usr.bin/netstat/netgraph.c: In function 'netgraphprotopr':
8_stable-build/usr.bin/netstat/netgraph.c:174: error: 'struct ngsock' has no member named 'node_id'
8_stable-build/usr.bin/netstat/netgraph.c:176:error: 'struct ngsock' has no member named 'node_id'


I think the problem is here:

revision 206087                                               revision 206088
snprintf(path, sizeof(path), "[%lx]:", (u_long)info.node);    snprintf(path, sizeof(path), "[%x]:", info.node_id);


Can anyone confirm?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100413130524.GA45088>