Update to latest Gnulib.
authorRichard Jones <rjones@redhat.com>
Wed, 13 Jan 2010 11:24:44 +0000 (11:24 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 13 Jan 2010 11:27:50 +0000 (11:27 +0000)
.gnulib
daemon/.gitignore
daemon/m4/gnulib-cache.m4
m4/.gitignore

diff --git a/.gnulib b/.gnulib
index 9bb0a7e..4c52807 160000 (submodule)
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 9bb0a7e5780f8cc02b234981fa17cad396a0244f
+Subproject commit 4c52807f41f238cf0e352317b2dc54f9ba0f0c4f
index 58ca4f2..562d631 100644 (file)
@@ -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
index 1e0fd17..f27a1b0 100644 (file)
@@ -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
index 4241a4f..788ec87 100644 (file)
@@ -128,3 +128,5 @@ xsize.m4
 /putenv.m4
 /thread.m4
 /yield.m4
+/fcntl-o.m4
+/warn-on-use.m4