remove redundant const directives
[platform/upstream/coreutils.git] / src / mkdir.c
index 7cb0374..9644f4c 100644 (file)
@@ -36,7 +36,7 @@
 
 #define AUTHORS proper_name ("David MacKenzie")
 
-static const struct option const longopts[] =
+static struct option const longopts[] =
 {
   {GETOPT_SELINUX_CONTEXT_OPTION_DECL},
   {"mode", required_argument, NULL, 'm'},