]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/c99-to-c89.diff: Remove trailing blanks.
authorJim Meyering <jim@meyering.net>
Sat, 13 Jan 2007 16:22:57 +0000 (17:22 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 18 Mar 2007 17:15:05 +0000 (18:15 +0100)
ChangeLog-selinux
src/c99-to-c89.diff

index 7fc63a130e45448ac771a8c56b84fed4b679ba52..0424a17e5a49e6fa047ab8e34a68bfaa4a287b30 100644 (file)
@@ -1,5 +1,7 @@
 2007-01-13  Jim Meyering  <jim@meyering.net>
 
+       * src/c99-to-c89.diff: Remove trailing blanks.
+
        * src/chcon.c: Don't include "dirname.h".  system.h already includes it.
 
        * gl/lib/selinux-at.c: Remove a use of HAVE_CONFIG_H.
index 62c7726bf9c82c5aaef15eca084e4a3e05f4d193..808ae351fa9ddf7f2d33905d9df7eac3f3073a3d 100644 (file)
@@ -120,18 +120,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))
        {