This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  3dcdf66cd654154adc2786e2ce77cba6234f5c66 (commit)
      from  353812a5d9dfc77e9f70d278b611c6110404b510 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=3dcdf66cd654154adc2786e2ce77cba6234f5c66


commit 3dcdf66cd654154adc2786e2ce77cba6234f5c66
Author: Simon Josefsson <si...@josefsson.org>
Date:   Sat Jul 24 18:12:40 2021 +0200

    Fix gnulib fts usage.
    
    * libls/cmp.c: Include fts_.h instead of fts.h.
    * libls/ls.c: Likewise.
    * libls/print.c: Likewise.
    * libls/util.c: Likewise.

diff --git a/libls/cmp.c b/libls/cmp.c
index e7d1ee7..65fe9e4 100644
--- a/libls/cmp.c
+++ b/libls/cmp.c
@@ -54,7 +54,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "fts.h"
+#include <fts_.h>
 #include <string.h>
 
 #include "ls.h"
diff --git a/libls/ls.c b/libls/ls.c
index 11cd33a..bdd7866 100644
--- a/libls/ls.c
+++ b/libls/ls.c
@@ -57,7 +57,7 @@
 #include <sys/ioctl.h>
 
 #include <errno.h>
-#include "fts.h"
+#include <fts_.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/libls/print.c b/libls/print.c
index c7a9c47..f28e827 100644
--- a/libls/print.c
+++ b/libls/print.c
@@ -56,7 +56,7 @@
 #include <sys/stat.h>
 
 #include <errno.h>
-#include "fts.h"
+#include <fts_.h>
 #include <grp.h>
 #include <pwd.h>
 #include <stdio.h>
diff --git a/libls/util.c b/libls/util.c
index 115599f..ae7bc3f 100644
--- a/libls/util.c
+++ b/libls/util.c
@@ -55,7 +55,7 @@
 #include <sys/stat.h>
 
 #include <ctype.h>
-#include "fts.h"
+#include <fts_.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

-----------------------------------------------------------------------

Summary of changes:
 libls/cmp.c   | 2 +-
 libls/ls.c    | 2 +-
 libls/print.c | 2 +-
 libls/util.c  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 

_______________________________________________
Commit-inetutils mailing list
Commit-inetutils@gnu.org
https://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to