Module Name: src Committed By: riastradh Date: Wed Jul 24 03:13:59 UTC 2013
Modified Files: src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: idr.h Log Message: Use cpp to prefix linux_ to all the idr names. Now all global symbols drm2.kmod defines begin with linux_ or drm_, making it easier to check whether I've missed anything by running nm --undefined-only drm2.kmod | awk '$3 ~ /^(drm|linux)_/' To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 \ src/sys/external/bsd/drm2/include/linux/idr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.