summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/vmpsd/files/vmpsd-1.4-Wreturn-type.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/vmpsd/files/vmpsd-1.4-Wreturn-type.patch b/net-misc/vmpsd/files/vmpsd-1.4-Wreturn-type.patch
deleted file mode 100644
index e6354c902c12..000000000000
--- a/net-misc/vmpsd/files/vmpsd-1.4-Wreturn-type.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);