From 11b0d3ddde2150d23a51c55b5597d968fe3a03bb Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 1 Sep 2014 22:01:24 +0000 Subject: Remove non staged ports without pending PR from net-im and net-mgmt --- net-mgmt/openvmps/files/patch-data.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net-mgmt/openvmps/files/patch-data.c (limited to 'net-mgmt/openvmps/files/patch-data.c') diff --git a/net-mgmt/openvmps/files/patch-data.c b/net-mgmt/openvmps/files/patch-data.c deleted file mode 100644 index 0c3f1b006c14..000000000000 --- a/net-mgmt/openvmps/files/patch-data.c +++ /dev/null @@ -1,11 +0,0 @@ ---- data.c.orig 2012-11-10 16:26:08.000000000 +0100 -+++ data.c 2012-11-10 16:27:30.000000000 +0100 -@@ -37,7 +37,7 @@ - - void *xfree(void *p) { - -- if (p == NULL) return; -+ if (p == NULL) return NULL; - vmps_log(DEBUG|SYSTEM, "FREE: %x",p); - free(p); - } -- cgit v1.2.3