Date: Sat, 5 Jul 2008 16:39:24 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lmc if_lmc.c if_lmc.h Message-ID: <200807051639.m65GdSoD038279@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807051639.m65GdSoD038279>