summaryrefslogtreecommitdiff
path: root/textproc/opensched/files/patch-ag
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:20:01 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:20:01 +0000
commit0438fc26f0d6919bbce73c2edd0403bc86de4371 (patch)
tree2150fb848141aac7ed7a5aa3efcb9d9faa7d5fa2 /textproc/opensched/files/patch-ag
parentRename sysutils/ patch-xy patches to reflect the files they modify. (diff)
Rename textproc/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'textproc/opensched/files/patch-ag')
-rw-r--r--textproc/opensched/files/patch-ag10
1 files changed, 0 insertions, 10 deletions
diff --git a/textproc/opensched/files/patch-ag b/textproc/opensched/files/patch-ag
deleted file mode 100644
index da635f22e5fc..000000000000
--- a/textproc/opensched/files/patch-ag
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/loadfile.c.orig Sat Oct 19 15:29:13 2002
-+++ src/loadfile.c Sat Oct 19 15:28:40 2002
-@@ -268,6 +268,7 @@
- t = (TASK*)malloc(sizeof(TASK));
- if ( t == NULL )
- Error("Can't malloc task in AddTask()");
-+ memset(t, 0, sizeof(TASK));
-
- t->id = strdup(id);
- t->name = strdup(name);