cvs commit: src/sys/dev/lmc if_lmc.c if_lmc.h
Robert Watson
rwatson at FreeBSD.org
Sat Jul 5 16:39:28 UTC 2008
rwatson 2008-07-05 16:39:24 UTC
FreeBSD src repository
Modified files:
sys/dev/lmc if_lmc.c if_lmc.h
Log:
SVN rev 180304 on 2008-07-05 16:39:24Z by rwatson
Rename several functions in if_lmc with potential name collisions with
global symbols, such as raw_input and raw_output, to have lmc_ prefixes.
This doesn't affect actual functionality since the functions are static,
but will limit the opportunities for current confusion and future
difficulty.
MFC after: 3 days
Revision Changes Path
1.33 +27 -25 src/sys/dev/lmc/if_lmc.c
1.6 +8 -8 src/sys/dev/lmc/if_lmc.h
More information about the cvs-src
mailing list