bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fts broken again


From: Eric Blake
Subject: fts broken again
Date: Wed, 31 Aug 2005 15:30:41 +0000

The following patch was needed to make 'gnulib-tool --test fts' pass
again.  Is there some way to improve new file creation to ensure that
all files are claimed by a module?

2005-08-31  Eric Blake  <address@hidden>

        * modules/unistd-safer (Files): Add unistd--.h.
        * modules/stdio-safer (Files): Add stdio--.h.


Index: modules/stdio-safer
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/stdio-safer,v
retrieving revision 1.5
diff -u -r1.5 stdio-safer
--- modules/stdio-safer 2 May 2005 07:00:50 -0000       1.5
+++ modules/stdio-safer 31 Aug 2005 15:28:53 -0000
@@ -2,6 +2,7 @@
 File stream functions that avoid clobbering std{in,out,err}.
 
 Files:
+lib/stdio--.h
 lib/stdio-safer.h
 lib/fopen-safer.c
 m4/stdio-safer.m4
Index: modules/unistd-safer
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/unistd-safer,v
retrieving revision 1.6
diff -u -r1.6 unistd-safer
--- modules/unistd-safer        27 Aug 2005 14:29:15 -0000      1.6
+++ modules/unistd-safer        31 Aug 2005 15:28:53 -0000
@@ -2,6 +2,7 @@
 File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
 
 Files:
+lib/unistd--.h
 lib/dup-safer.c
 lib/fd-safer.c
 lib/pipe-safer.c

--
Eric Blake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]