summaryrefslogtreecommitdiff
path: root/src/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uname.c')
-rw-r--r--src/uname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uname.c b/src/uname.c
index 77eaae677..4b7a6f5c5 100644
--- a/src/uname.c
+++ b/src/uname.c
@@ -55,12 +55,12 @@ void usage ();
#define PRINT_MACHINE 16
/* Mask indicating which elements of the name to print. */
-unsigned char toprint;
+static unsigned char toprint;
/* The name this program was run with, for error messages. */
char *program_name;
-struct option long_options[] =
+static struct option long_options[] =
{
{"sysname", 0, NULL, 's'},
{"nodename", 0, NULL, 'n'},