diff options
Diffstat (limited to 'x11/ssystem/patches/patch-ab')
-rw-r--r-- | x11/ssystem/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/ssystem/patches/patch-ab b/x11/ssystem/patches/patch-ab new file mode 100644 index 00000000000..e86704bf553 --- /dev/null +++ b/x11/ssystem/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2007/08/08 21:09:02 joerg Exp $ + +--- ssystem.c.orig 2007-08-08 20:49:13.000000000 +0000 ++++ ssystem.c +@@ -21,9 +21,6 @@ + #include <stdlib.h> + #include <string.h> + #include <math.h> +-#ifndef __FreeBSD__ +-#include <malloc.h> +-#endif + #include <time.h> + #include <setjmp.h> + #include "ssystem.h" |