From 008cbfcc15aa051c2a84d20b3be4caaab77904ea Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 13 Jan 2010 11:24:44 +0000 Subject: [PATCH] Update to latest Gnulib. --- .gnulib | 2 +- daemon/.gitignore | 7 ++++++- daemon/m4/gnulib-cache.m4 | 2 +- m4/.gitignore | 2 ++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gnulib b/.gnulib index 9bb0a7e..4c52807 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 9bb0a7e5780f8cc02b234981fa17cad396a0244f +Subproject commit 4c52807f41f238cf0e352317b2dc54f9ba0f0c4f diff --git a/daemon/.gitignore b/daemon/.gitignore index 58ca4f2..562d631 100644 --- a/daemon/.gitignore +++ b/daemon/.gitignore @@ -9,6 +9,7 @@ m4/canonicalize-lgpl.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 +m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 @@ -26,8 +27,10 @@ m4/exitfail.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 -m4/fcntl-safer.m4 m4/fcntl_h.m4 +m4/fcntl-safer.m4 +m4/fcntl-o.m4 +m4/fcntl.m4 m4/fdopendir.m4 m4/float_h.m4 m4/fnmatch.m4 @@ -38,6 +41,7 @@ m4/getcwd-abort-bug.m4 m4/getcwd-path-max.m4 m4/getcwd.m4 m4/getdelim.m4 +m4/getdtablesize.m4 m4/getgroups.m4 m4/getline.m4 m4/getlogin_r.m4 @@ -146,6 +150,7 @@ m4/utimes.m4 m4/vasnprintf.m4 m4/vasprintf.m4 m4/warnings.m4 +m4/warn-on-use.m4 m4/wchar.m4 m4/wchar_t.m4 m4/wctob.m4 diff --git a/daemon/m4/gnulib-cache.m4 b/daemon/m4/gnulib-cache.m4 index 1e0fd17..f27a1b0 100644 --- a/daemon/m4/gnulib-cache.m4 +++ b/daemon/m4/gnulib-cache.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2009 Free Software Foundation, Inc. +# Copyright (C) 2002-2010 Free Software Foundation, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General diff --git a/m4/.gitignore b/m4/.gitignore index 4241a4f..788ec87 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -128,3 +128,5 @@ xsize.m4 /putenv.m4 /thread.m4 /yield.m4 +/fcntl-o.m4 +/warn-on-use.m4 -- 1.8.3.1