From 0ed47278fbfb6f5a358fb0c5b401cc1e423ff861 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Mon, 20 May 2002 12:29:51 -0500 Subject: 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) --- include/linux/uts.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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 -- cgit v1.2.3