diff options
author | alfred <alfred@FreeBSD.org> | 2001-12-11 06:40:47 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-12-11 06:40:47 +0000 |
commit | efcf301ce5aa3cb438454d38ae12e78c4a0975a6 (patch) | |
tree | 5d4477593827562d86aa0944cb06401777ba76d9 /audio | |
parent | b45608bc17117e6e70fd503a90cf59096103f505 (diff) | |
download | FreeBSD-ports-efcf301ce5aa3cb438454d38ae12e78c4a0975a6.zip FreeBSD-ports-efcf301ce5aa3cb438454d38ae12e78c4a0975a6.tar.gz |
remove include of malloc.h to unbreak on -current
Diffstat (limited to 'audio')
-rw-r--r-- | audio/kdemultimedia2/files/patch-wm_helpers.c | 10 | ||||
-rw-r--r-- | audio/kdemultimedia3/files/patch-wm_helpers.c | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/audio/kdemultimedia2/files/patch-wm_helpers.c b/audio/kdemultimedia2/files/patch-wm_helpers.c new file mode 100644 index 0000000..89c62a8 --- /dev/null +++ b/audio/kdemultimedia2/files/patch-wm_helpers.c @@ -0,0 +1,10 @@ +--- kscd/libwm/wm_helpers.c Mon Dec 10 20:02:44 2001 ++++ kscd/libwm/wm_helpers.c.new Mon Dec 10 20:02:51 2001 +@@ -30,7 +30,6 @@ + + #include <stdio.h> + #include <string.h> +-#include <malloc.h> + #include <errno.h> + #include <stdarg.h> + #include <sys/time.h> diff --git a/audio/kdemultimedia3/files/patch-wm_helpers.c b/audio/kdemultimedia3/files/patch-wm_helpers.c new file mode 100644 index 0000000..89c62a8 --- /dev/null +++ b/audio/kdemultimedia3/files/patch-wm_helpers.c @@ -0,0 +1,10 @@ +--- kscd/libwm/wm_helpers.c Mon Dec 10 20:02:44 2001 ++++ kscd/libwm/wm_helpers.c.new Mon Dec 10 20:02:51 2001 +@@ -30,7 +30,6 @@ + + #include <stdio.h> + #include <string.h> +-#include <malloc.h> + #include <errno.h> + #include <stdarg.h> + #include <sys/time.h> |