diff options
Diffstat (limited to 'winsup/testsuite/winsup.api/ltp/chmod01.c')
-rw-r--r-- | winsup/testsuite/winsup.api/ltp/chmod01.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/ltp/chmod01.c b/winsup/testsuite/winsup.api/ltp/chmod01.c index 1ae8a1665..c20e6172e 100644 --- a/winsup/testsuite/winsup.api/ltp/chmod01.c +++ b/winsup/testsuite/winsup.api/ltp/chmod01.c @@ -96,7 +96,7 @@ main(int ac, char **av) int lc; /* loop counter */ const char *msg; /* message returned from parse_opts */ int ind; /* counter variable for chmod(2) tests */ - int mode; /* file mode permission */ + unsigned mode; /* file mode permission */ TST_TOTAL = sizeof(Modes) / sizeof(int); |