diff options
author | Jim Meyering <jim@meyering.net> | 1997-05-01 20:51:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-05-01 20:51:16 +0000 |
commit | 9080de09fc88d2ec30c3ef5dc18cba6fcfcc2ad3 (patch) | |
tree | 0c3c4dadd88daf67af12a61c574beb2052c521e7 /src/uname.c | |
parent | 44848c0887c0329a56a3b9120aa868d7aa0a4e7c (diff) | |
download | coreutils-9080de09fc88d2ec30c3ef5dc18cba6fcfcc2ad3.tar.gz coreutils-9080de09fc88d2ec30c3ef5dc18cba6fcfcc2ad3.tar.bz2 coreutils-9080de09fc88d2ec30c3ef5dc18cba6fcfcc2ad3.zip |
indent cpp-directives
Diffstat (limited to 'src/uname.c')
-rw-r--r-- | src/uname.c | 2 |
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; |