From dc03f7e07a45e778f52b39d1b7041c7a5e4fbc48 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mar 24 2005 16:54:37 +0000 Subject: Make selinux patch apply again --- diff --git a/coreutils-selinux.patch b/coreutils-selinux.patch index 659d1bd..839f3ca 100644 --- a/coreutils-selinux.patch +++ b/coreutils-selinux.patch @@ -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) {