summaryrefslogtreecommitdiff
path: root/net-mgmt/openvmps/files/patch-data.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/openvmps/files/patch-data.c')
-rw-r--r--net-mgmt/openvmps/files/patch-data.c11
1 files changed, 0 insertions, 11 deletions
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);
- }