diff options
Diffstat (limited to 'editors/xenon/files/patch-ac')
-rw-r--r-- | editors/xenon/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/xenon/files/patch-ac b/editors/xenon/files/patch-ac new file mode 100644 index 000000000000..3c47b03bcc47 --- /dev/null +++ b/editors/xenon/files/patch-ac @@ -0,0 +1,10 @@ +--- KrPool.C.orig Fri Oct 22 00:20:19 1999 ++++ KrPool.C Fri Oct 22 18:47:08 1999 +@@ -3,7 +3,6 @@ + #include <stdlib.h> + #include <assert.h> + #include <limits.h> +-#include <malloc.h> + #include <Kr/KrPool.h> + + const uint KrPool::BUFLEN; |