From 6d4678bc82d4a80499123b33a971d2e2c0becb5f Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 21:27:42 -0500 Subject: remove unnecessary initialization --- src/unistd/optopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd') diff --git a/src/unistd/optopt.c b/src/unistd/optopt.c index 673316d5..7ab8471c 100644 --- a/src/unistd/optopt.c +++ b/src/unistd/optopt.c @@ -1,5 +1,5 @@ #include -int optopt = 0; +int optopt; /* POSIX(2) */ -- cgit v1.2.1