Make selinux patch apply again
This commit is contained in:
parent
f932e27c9a
commit
dc03f7e07a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user