The following commit has been merged in the master branch:
commit 505c8c097324a234d5434d202808bcb17732bd17
Author: Guillem Jover <[EMAIL PROTECTED]>
Date:   Thu Mar 20 07:13:19 2008 +0200

    dpkg-deb: Change return type for safe_fflush from int to void

diff --git a/ChangeLog b/ChangeLog
index 165bb26..b68e4d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-20  Guillem Jover  <[EMAIL PROTECTED]>
+
+       * dpkg-deb/extract.c (safe_fflush): Change return type from int to
+       void.
+
 2008-03-20  Ian Jackson  <[EMAIL PROTECTED]>
 
        * lib/dpkg.h (cisspace): New prototype.
diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c
index e98e03c..907a705 100644
--- a/dpkg-deb/extract.c
+++ b/dpkg-deb/extract.c
@@ -85,7 +85,7 @@ parseheaderlength(const char *inh, size_t len,
   return (size_t)r;
 }
 
-static int
+static void
 safe_fflush(FILE *f)
 {
 #if defined(__GLIBC__) && (__GLIBC__ == 2) && (__GLIBC_MINOR__ > 0)

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to