The previous commit introduced a couple of syntax-check failures.
* .gitignore (/lib/se-label.h): Add entry to silence the
sc_gitignore_missing check. Sort entries in C locale.
* po/POTFILES.in (src/selinux.c): Remove entry as this source doesn't
contain any translatable strings anymore; avoids a sc_po_check failure.
* src/mv.c: Replace tabs by spaces to avoid complaints by
sc_prohibit_tab_based_indentation.
/coreutils-*.tar.gz.sig
/coreutils-*.tar.xz
/coreutils-*.tar.xz.sig
-/doc/manual
/doc/coverage
+/doc/manual
/gnulib-tests
/lib/.dirstamp
/lib/.gitignore
/lib/fcntl.h
/lib/float.h
/lib/fnmatch.h
-/lib/getopt.h
/lib/getopt-cdefs.h
+/lib/getopt.h
/lib/glthread
/lib/iconv.h
/lib/iconv_open-aix.h
/lib/math.h
/lib/netdb.h
/lib/netinet/in.h
-/lib/parse-datetime.c
/lib/parse-datetime-gen.h
+/lib/parse-datetime.c
/lib/printf.c
/lib/pthread.h
/lib/ref-add.sed
/lib/ref-del.sed
/lib/sched.h
/lib/se-context.h
+/lib/se-label.h
/lib/se-selinux.h
/lib/selinux
/lib/signal.h
/po/remove-potcdate.sin
/po/stamp-po
/src/coreutils.h
-/src/coreutils_symlinks
/src/coreutils_shebangs
+/src/coreutils_symlinks
/src/cu-progs.mk
-/src/fs-latest-magic.h
/src/fs-def
/src/fs-kernel-magic
+/src/fs-latest-magic.h
/src/fs-magic
/src/libsinglebin_*.a
/src/make-prime-list
src/rm.c
src/rmdir.c
src/runcon.c
-src/selinux.c
src/seq.c
src/set-fields.c
src/shred.c
if (selinux_enabled)
{
x.preserve_security_context = false;
- x.set_security_context = selabel_open (SELABEL_CTX_FILE,
- NULL, 0);
- if (! x.set_security_context)
- error (0, errno, _("warning: ignoring --context"));
+ x.set_security_context = selabel_open (SELABEL_CTX_FILE, NULL, 0);
+ if (! x.set_security_context)
+ error (0, errno, _("warning: ignoring --context"));
}
break;
case_GETOPT_HELP_CHAR;