Blame SOURCES/gzip-1.5-overwrite.patch

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