diff options
Diffstat (limited to 'src/posix')
-rw-r--r-- | src/posix/posix-cd.c | 2 | ||||
-rw-r--r-- | src/posix/posix-umask.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/posix/posix-cd.c b/src/posix/posix-cd.c index ee0b338..3fd7d7c 100644 --- a/src/posix/posix-cd.c +++ b/src/posix/posix-cd.c @@ -31,7 +31,7 @@ int main (int argc, char const **argv) setlocale(LC_ALL, "") ; /* yeah, as if */ { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "LP", &l) ; 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) ; |