/* This file is used for a trick to determine the version of the kernel * build tree. Simply grepping doesn't work, since * some distributions have multiple UTS_RELEASE definitions in that * file. * Taken from the lm_sensors project. * * $Id: kernelversion.c 1426 2006-02-01 20:07:11Z mrenzmann $ */ #include char *uts_release = UTS_RELEASE;