Blame SOURCES/gzip-1.5-overwrite.patch

4f52b4
diff --git a/gzip.c b/gzip.c
4f52b4
index 5d14022..e63cb44 100644
4f52b4
--- a/gzip.c
4f52b4
+++ b/gzip.c
4f52b4
@@ -74,6 +74,7 @@ static char const *const license_msg[] = {
4f52b4
 #include "ignore-value.h"
4f52b4
 #include "stat-time.h"
4f52b4
 #include "version.h"
4f52b4
+#include "yesno.h"
4f52b4
 
4f52b4
                 /* configuration */
4f52b4
 
4f52b4
diff --git a/gzip.h b/gzip.h
4f52b4
index b88cefb..c696914 100644
4f52b4
--- a/gzip.h
4f52b4
+++ b/gzip.h
4f52b4
@@ -325,5 +325,3 @@ extern void fprint_off    (FILE *, off_t, int);
4f52b4
         /* in inflate.c */
4f52b4
 extern int inflate (void);
4f52b4
 
4f52b4
-        /* in yesno.c */
4f52b4
-extern int yesno (void);