root/lm-sensors/tags/V2-10-2/etc/config.c

Revision 1739, 306 bytes (checked in by mds, 6 years ago)

handle multiple UTS_RELEASE definitions in linux/version.h;

as suggested by Mark Hoffman.
Also revert -dirafter which doesn't work for gcc 2.95.2.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 /*
2  * This is used by the top-level makefile to automagically
3  * get the kernel version from <linux/version.h>.
4  * A simple grep doesn't work for Mandrake and Red Hat distributions
5  * that contain multiple UTS_RELEASE definitions in version.h.
6  */
7 #include <linux/version.h>
8 char *uts_release=UTS_RELEASE;
Note: See TracBrowser for help on using the browser.