/* 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$ */ #include /* Linux 2.6.18+ uses */ #ifndef UTS_RELEASE #include #endif char *uts_release = UTS_RELEASE;