Make selinux patch apply again

This commit is contained in:
Tim Waugh 2005-03-24 16:54:37 +00:00
parent f932e27c9a
commit dc03f7e07a

View File

@ -1893,9 +1893,9 @@
backup_suffix_string = getenv ("SIMPLE_BACKUP_SUFFIX");
+#ifdef WITH_SELINUX
+ while ((optc = getopt_long (argc, argv, "bcCsDdg:m:o:pPvV:S:Z:", long_options,
+ while ((optc = getopt_long (argc, argv, "bcsDdg:m:o:pPvV:S:Z:", long_options,
+#else
while ((optc = getopt_long (argc, argv, "bcCsDdg:m:o:pvV:S:", long_options,
while ((optc = getopt_long (argc, argv, "bcsDdg:m:o:pvV:S:", long_options,
+#endif
NULL)) != -1)
{