From d431c61873753673ad9fcbac90db6db04185e307 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 3 Nov 2009 08:51:31 -0700 Subject: build: reflect gnulib changes to tempname In glibc 2.11 and gnulib, gen_tempname added a parameter suffixlen (unfortunately, it is typed as int rather than size_t, for historical compatibility to a poor choice by BSD). * gnulib: Import latest changes. * gl/lib/tempname.h.diff: Accommodate new suffixlen parameter. * gl/lib/tempname.c.diff (check_x_suffix): Allow for X in suffix beyond x_suffix_len. (gen_tempname_len): Add suffixlen parameter. (__gen_tempname): Update caller. * src/mktemp.c (mkstemp_len, mkdtemp_len): Update callers. --- gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnulib') diff --git a/gnulib b/gnulib index 5ff811558..757089b71 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 5ff811558adf7013f9fd9109fa794dd4e5ee8c91 +Subproject commit 757089b71ada13e18169e2be3509c1b07bd1c63d -- cgit v1.2.3-54-g00ecf