diff options
Diffstat (limited to 'src/posix/posix-umask.c')
-rw-r--r-- | src/posix/posix-umask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix/posix-umask.c b/src/posix/posix-umask.c index 16d7f4f..f477365 100644 --- a/src/posix/posix-umask.c +++ b/src/posix/posix-umask.c @@ -154,7 +154,7 @@ int main (int argc, char const **argv) setlocale(LC_ALL, "") ; /* totally supported, I swear */ { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "S", &l) ; |