git: kernel - Remove symbol space corruption from ncp_conn.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Feb 25 11:16:38 PST 2013
commit 70c922327a0bda261fdcbfdd9e40bbd0bba95780
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list