diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-20 12:29:51 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-20 12:29:51 -0500 |
| commit | 0ed47278fbfb6f5a358fb0c5b401cc1e423ff861 (patch) | |
| tree | 2ef442d1bbd00f33143027f55ba92527b164b5db /include/linux | |
| parent | 6c52c43ca25e1e05a6c2932c679c84171cbaf6d0 (diff) | |
Fix UTS_MACHINE
Remove the default for UTS_MACHINE, it gets set in
include/linux/compile.h, just as UTS_RELEASE.
(noticed by David Gibson)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/uts.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/uts.h b/include/linux/uts.h index 39e09ae10135..73eb1ed36ec4 100644 --- a/include/linux/uts.h +++ b/include/linux/uts.h @@ -8,10 +8,6 @@ #define UTS_SYSNAME "Linux" #endif -#ifndef UTS_MACHINE -#define UTS_MACHINE "unknown" -#endif - #ifndef UTS_NODENAME #define UTS_NODENAME "(none)" /* set by sethostname() */ #endif |
