You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/vmpsd/files/vmpsd-1.4-Wreturn-type.patch

12 lines
174 B

--- a/data.c
+++ b/data.c
@@ -35,7 +35,7 @@
exit(1);
}
-void *xfree(void *p) {
+void xfree(void *p) {
if (p == NULL) return;
vmps_log(DEBUG|SYSTEM, "FREE: %x",p);