diff options
Diffstat (limited to 'coreutils/touch.c')
-rw-r--r-- | coreutils/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c index 8fde70e12..ced596c89 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -77,7 +77,7 @@ int touch_main(int argc UNUSED_PARAM, char **argv) | |||
77 | { | 77 | { |
78 | int fd; | 78 | int fd; |
79 | int opts; | 79 | int opts; |
80 | smalluint status = EXIT_SUCCESS; | 80 | exitcode_t status = EXIT_SUCCESS; |
81 | #if ENABLE_FEATURE_TOUCH_SUSV3 | 81 | #if ENABLE_FEATURE_TOUCH_SUSV3 |
82 | char *reference_file; | 82 | char *reference_file; |
83 | char *date_str; | 83 | char *date_str; |