From 974c355c595598a219785b6661bb6b030aaef4df Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Mon, 29 Dec 2014 22:33:25 +0000 Subject: build: update to latest gnulib Included in this are gnulib changes 3ea43e02 2768ceb7 which make the device IDs from /proc/self/mountinfo available to df. This can be leveraged by a subsequent change to df to present a more accurate list of file systems. * bootstrap: Merge from gnulib. * src/ls.c (dev_ino_pop): s/obstack_blank/obstack_blank_fast/ as this API/ABI has changed, giving memory exhausted errors if negative (large positive) numbers are passed to obstack_blank(). * tests/df/skip-duplicates.sh: Adjust as the new gnulib code requires a non NULL mnt_opts even when mnt_type is not "none". --- gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnulib') diff --git a/gnulib b/gnulib index 71be4c87c..7177237ea 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 71be4c87c8267369f40fbfab7523ab9847154c02 +Subproject commit 7177237ead4c6080705129e6ec3c3a9e9eef2f68 -- cgit v1.2.3-70-g09d2