diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2002-03-29 16:25:48 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-03-29 16:25:48 +0000 |
commit | 5bc6dfb7fb768d945dd3215b47d29712dd39c87b (patch) | |
tree | 7f06a39383d6cb25d3f430618fbff20d96f18fbe /deskutils | |
parent | 033f8ec097e4b5b8d1e4f680ef88c008a46ff5cc (diff) | |
download | ports-5bc6dfb7fb768d945dd3215b47d29712dd39c87b.tar.gz ports-5bc6dfb7fb768d945dd3215b47d29712dd39c87b.zip |
Prevent inclusion of <malloc.h> when building.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=56877
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/plan/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/plan/files/patch-aa b/deskutils/plan/files/patch-aa new file mode 100644 index 000000000000..90a44a002ee4 --- /dev/null +++ b/deskutils/plan/files/patch-aa @@ -0,0 +1,12 @@ +--- servmenu.c.orig Tue Mar 2 14:02:17 1999 ++++ servmenu.c Fri Mar 29 11:24:14 2002 +@@ -8,7 +8,9 @@ + + #include <stdio.h> + #include <time.h> ++#ifndef STDLIBMALLOC + #include <malloc.h> ++#endif + #include <Xm/Xm.h> + #include <Xm/DialogS.h> + #include <Xm/Form.h> |