X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=check-module;h=a302f1b32367242f46ced4108efde238ea0c649d;hb=7d7ec7650cd840f005ddd6dd886dd1036802fd63;hp=3a81bb5777a04b2c2be2f27ad89fd9ef96850164;hpb=9635af4d468439c7509dad58faa299def381a0b5;p=gnulib.git diff --git a/check-module b/check-module index 3a81bb577..a302f1b32 100755 --- a/check-module +++ b/check-module @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Check a gnulib module. -# Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc. # This file is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -228,10 +228,6 @@ my %exempt_header = 'lib/gc-gnulib.c:rijndael-api-fst.h' => 1, 'lib/gc-gnulib.c:hmac.h' => 1, 'lib/gc-libgcrypt.c:md2.h' => 1, - - # The fts-lgpl module doesn't actually use fts-cycle.c and unistd-safer.h. - 'lib/fts.c:fts-cycle.c' => 1, - 'lib/fts.c:unistd-safer.h' => 1, ); sub check_module ($)