diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/chown.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/coreutils/chown.c b/coreutils/chown.c index eaa1ee2a3..247aa3bf1 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c | |||
@@ -112,10 +112,6 @@ int chown_main(int argc UNUSED_PARAM, char **argv) | |||
112 | int opt, flags; | 112 | int opt, flags; |
113 | struct param_t param; | 113 | struct param_t param; |
114 | 114 | ||
115 | /* Just -1 might not work: uid_t may be unsigned long */ | ||
116 | param.ugid.uid = -1L; | ||
117 | param.ugid.gid = -1L; | ||
118 | |||
119 | #if ENABLE_FEATURE_CHOWN_LONG_OPTIONS | 115 | #if ENABLE_FEATURE_CHOWN_LONG_OPTIONS |
120 | applet_long_options = chown_longopts; | 116 | applet_long_options = chown_longopts; |
121 | #endif | 117 | #endif |