summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-13 19:27:41 +0100
committerJim Meyering <jim@meyering.net>2007-03-29 21:37:06 +0200
commit3459fe45061e06d00ab652432ca33e15519d90fb (patch)
treea63a7e0ba4bea21fe88c9950898db9f7a715fe68 /src
parent380c858b71d74e8fe02d591c63f33ba32949f6ec (diff)
downloadcoreutils-3459fe45061e06d00ab652432ca33e15519d90fb.tar.xz
* src/c99-to-c89.diff: Remove the ls.c patch, now that I've
temporarily removed the offending c99'ism.
Diffstat (limited to 'src')
-rw-r--r--src/c99-to-c89.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff
index efddfad11..4e1aa4aa3 100644
--- a/src/c99-to-c89.diff
+++ b/src/c99-to-c89.diff
@@ -115,23 +115,3 @@ 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