summaryrefslogtreecommitdiff
path: root/src/c99-to-c89.diff
diff options
context:
space:
mode:
Diffstat (limited to 'src/c99-to-c89.diff')
-rw-r--r--src/c99-to-c89.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff
index a56821e45..6752f3ed7 100644
--- a/src/c99-to-c89.diff
+++ b/src/c99-to-c89.diff
@@ -119,18 +119,18 @@ 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,
+@@ -2565,1 +2565,1 @@ 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,
+@@ -2614,2 +2615,2 @@ 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))
{