DragonFly commits List (threaded) for 2013-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Remove symbol space corruption from ncp_conn.h
commit 70c922327a0bda261fdcbfdd9e40bbd0bba95780
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Feb 25 11:15:26 2013 -0800
kernel - Remove symbol space corruption from ncp_conn.h
* ncp_conn.h was #defining 'ipxaddr', 'inaddr', and 'saddr', all
commonly used variable names. This was interfering with netmsg.h.
* Remove the definitions, replace use cases with expansion.
Summary of changes:
sys/netproto/ncp/ncp_conn.c | 4 ++--
sys/netproto/ncp/ncp_conn.h | 4 ----
sys/netproto/ncp/ncp_ncp.c | 4 ++--
sys/netproto/ncp/ncp_sock.c | 6 +++---
4 files changed, 7 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/70c922327a0bda261fdcbfdd9e40bbd0bba95780
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]