Blame SOURCES/gzip-1.5-overwrite.patch

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