summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-01-13 11:24:44 +0000
committerRichard Jones <rjones@redhat.com>2010-01-13 11:27:50 +0000
commit008cbfcc15aa051c2a84d20b3be4caaab77904ea (patch)
treee211998056eddea5e6bf3df6e2eb1172456351ff
parentb4a4db522fed542f48aa60717e65061c5e83c919 (diff)
downloadlibguestfs-008cbfcc15aa051c2a84d20b3be4caaab77904ea.tar.gz
libguestfs-008cbfcc15aa051c2a84d20b3be4caaab77904ea.tar.xz
libguestfs-008cbfcc15aa051c2a84d20b3be4caaab77904ea.zip
Update to latest Gnulib.
m---------.gnulib0
-rw-r--r--daemon/.gitignore7
-rw-r--r--daemon/m4/gnulib-cache.m42
-rw-r--r--m4/.gitignore2
4 files changed, 9 insertions, 2 deletions
diff --git a/.gnulib b/.gnulib
-Subproject 9bb0a7e5780f8cc02b234981fa17cad396a0244
+Subproject 4c52807f41f238cf0e352317b2dc54f9ba0f0c4
diff --git a/daemon/.gitignore b/daemon/.gitignore
index 58ca4f21..562d6319 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 1e0fd175..f27a1b02 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 4241a4fc..788ec877 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