aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2003-09-24 01:45:07 +0000
committerPeter Grehan <grehan@FreeBSD.org>2003-09-24 01:45:07 +0000
commit7a77eb896e3f21f0b8a172cd8ee10ef9cbc78358 (patch)
tree318b5c5ac98362b8c173dcb1ecf6646562824c24
parent42845ac59163f6911db3325bf52b4d6a487ca78d (diff)
Notes
-rw-r--r--sys/powerpc/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h
index 19494f9d64f95..6180b661c693a 100644
--- a/sys/powerpc/include/param.h
+++ b/sys/powerpc/include/param.h
@@ -57,10 +57,10 @@
#endif
#ifndef _MACHINE
-#define _MACHINE "powerpc"
+#define _MACHINE powerpc
#endif
#ifndef _MACHINE_ARCH
-#define _MACHINE_ARCH "powerpc"
+#define _MACHINE_ARCH powerpc
#endif
#ifndef _NO_NAMESPACE_POLLUTION