The following commit has been merged in the master branch:
commit e9c9de59b76cbb62aa18d2aad4323d50afb9b6e4
Author: Guillem Jover <[email protected]>
Date: Mon Feb 8 14:52:36 2010 +0100
scripts/t: Make symbol22_i386 function return void instead of void *
diff --git a/scripts/t/200_Dpkg_Shlibs/basictags.c
b/scripts/t/200_Dpkg_Shlibs/basictags.c
index b075801..61e0024 100644
--- a/scripts/t/200_Dpkg_Shlibs/basictags.c
+++ b/scripts/t/200_Dpkg_Shlibs/basictags.c
@@ -14,7 +14,7 @@ void symbol21_amd64() {}
#endif
#ifndef AMD64
-void* symbol22_i386() {}
+void symbol22_i386() {}
#endif
void symbol31_randomtag() {}
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]