Blame SOURCES/0072-neater-gnulib-backport.patch

f96e0b
From e933ab46a2f423c4c0f62283404a7d7787efd30f Mon Sep 17 00:00:00 2001
f96e0b
From: Colin Watson <cjwatson@ubuntu.com>
f96e0b
Date: Fri, 28 Dec 2012 07:13:34 +0000
f96e0b
Subject: [PATCH 072/482] neater gnulib backport
f96e0b
f96e0b
---
f96e0b
 m4/stdio_h.m4 | 2 +-
f96e0b
 1 file changed, 1 insertion(+), 1 deletion(-)
f96e0b
f96e0b
diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4
f96e0b
index 8458bec..d3edb42 100644
f96e0b
--- a/m4/stdio_h.m4
f96e0b
+++ b/m4/stdio_h.m4
f96e0b
@@ -35,7 +35,7 @@ AC_DEFUN([gl_STDIO_H],
f96e0b
 
f96e0b
   dnl Check for declarations of anything we want to poison if the
f96e0b
   dnl corresponding gnulib module is not in use, and which is not
f96e0b
-  dnl guaranteed by C89.
f96e0b
+  dnl guaranteed by both C89 and C11.
f96e0b
   gl_WARN_ON_USE_PREPARE([[#include <stdio.h>
f96e0b
     ]], [dprintf fpurge fseeko ftello getdelim getline gets popen renameat
f96e0b
     snprintf tmpfile vdprintf vsnprintf])
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b