summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-13 17:13:49 +0100
committerJim Meyering <jim@meyering.net>2007-03-29 21:37:05 +0200
commit5a233cb81e5238c0ed993a371519a20a04bce58d (patch)
treec008cfc8c51f9c12f8beec1203114aff7978e5b0 /src
parent5dd7f137b7c4cbbecc9ddbc2ae7578dcf001c884 (diff)
downloadcoreutils-5a233cb81e5238c0ed993a371519a20a04bce58d.tar.xz
* src/c99-to-c89.diff: Handle a new c99'ism in ls.c.
Diffstat (limited to 'src')
-rw-r--r--src/c99-to-c89.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff
index 4e1aa4aa3..a56821e45 100644
--- a/src/c99-to-c89.diff
+++ b/src/c99-to-c89.diff
@@ -115,3 +115,23 @@ diff -u -p -r1.130 shred.c
if (errnum == EIO && 0 <= size && (soff | SECTOR_MASK) < lim)
{
size_t soff1 = (soff | SECTOR_MASK) + 1;
+diff --git a/src/ls.c b/src/ls.c
+index b1c0f9a..7d51a61 100644
+--- a/src/ls.c
++++ b/src/ls.c
+@@ -2565,6 +2565,7 @@ gobble_file (char const *name, enum filetype type, ino_t inode,
+ )))))
+
+ {
++ bool file_has_security_context = false;
+ /* Absolute name of this file. */
+ char *absolute_name;
+ bool do_deref;
+@@ -2614,7 +2615,6 @@ gobble_file (char const *name, enum filetype type, ino_t inode,
+ break;
+ }
+
+- bool file_has_security_context = false;
+ if (err == 0 && (format == long_format || print_scontext))
+ {
+ int attr_len = (do_deref