summaryrefslogtreecommitdiff
path: root/src/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uname.c')
-rw-r--r--src/uname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uname.c b/src/uname.c
index ab024e129..d3ed73fad 100644
--- a/src/uname.c
+++ b/src/uname.c
@@ -61,7 +61,7 @@ static void usage __P ((int status));
#define PRINT_MACHINE 16
/* Host processor type. */
-# define PRINT_PROCESSOR 32
+#define PRINT_PROCESSOR 32
/* Mask indicating which elements of the name to print. */
static unsigned char toprint;