mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
* check-module (find_included_lib_files): Add at-func.c to the
ok-to-include-more-than-once white list.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-08-21 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* check-module (find_included_lib_files): Add at-func.c to the
|
||||
ok-to-include-more-than-once white list.
|
||||
|
||||
* modules/openat (Depends-on): Add lstat. Alphabetize.
|
||||
|
||||
2006-08-20 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
+3
-2
@@ -46,7 +46,7 @@ my $COPYRIGHT_NOTICE = "Copyright (C) 2006 Free Software Foundation, Inc.\n".
|
||||
"the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.\n".
|
||||
"There is NO WARRANTY, to the extent permitted by law.\n";
|
||||
|
||||
(my $VERSION = '$Revision: 1.5 $ ') =~ tr/[0-9].//cd;
|
||||
(my $VERSION = '$Revision: 1.6 $ ') =~ tr/[0-9].//cd;
|
||||
(my $ME = $0) =~ s|.*/||;
|
||||
|
||||
use constant ST_INIT => 1;
|
||||
@@ -156,7 +156,8 @@ sub find_included_lib_files ($)
|
||||
my ($file) = @_;
|
||||
|
||||
# Special cases...
|
||||
my %special_non_dup = ( 'fnmatch_loop.c' => 1, 'regex.c' => 1 );
|
||||
my %special_non_dup = ( 'fnmatch_loop.c' => 1,
|
||||
'regex.c' => 1, 'at-func.c' => 1 );
|
||||
|
||||
my %inc;
|
||||
open FH, '<', $file
|
||||
|
||||
Reference in New Issue
Block a user