The following commit has been merged in the master branch:
commit a31d6e1c1b8438a0ec968c05c58a690eb9023f1d
Author: Guillem Jover <[email protected]>
Date:   Tue Sep 29 03:11:04 2009 +0200

    build: Add an explicit return type to main in DPKG_FUNC_VA_COPY

diff --git a/m4/funcs.m4 b/m4/funcs.m4
index 11b08ea..e1e48e1 100644
--- a/m4/funcs.m4
+++ b/m4/funcs.m4
@@ -7,7 +7,8 @@ AC_DEFUN([DPKG_FUNC_VA_COPY],
 [AC_CACHE_CHECK([for va_copy], [dpkg_cv_va_copy],
        [AC_RUN_IFELSE([AC_LANG_SOURCE(
 [[#include <stdarg.h>
-main() {
+int main()
+{
 va_list v1, v2;
 va_copy (v1, v2);
 exit (0);

-- 
dpkg's main repository


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

Reply via email to