diff options
Diffstat (limited to 'x11-wm/olvwm/files/patch-mem.c')
-rw-r--r-- | x11-wm/olvwm/files/patch-mem.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-wm/olvwm/files/patch-mem.c b/x11-wm/olvwm/files/patch-mem.c deleted file mode 100644 index 6431e8abba20..000000000000 --- a/x11-wm/olvwm/files/patch-mem.c +++ /dev/null @@ -1,15 +0,0 @@ ---- mem.c.orig Thu Jan 13 15:36:08 1994 -+++ mem.c Mon Oct 19 13:47:49 1998 -@@ -18,7 +18,12 @@ - - - #include <sys/types.h> -+#include <sys/param.h> -+#ifndef __STDC__ - #include <malloc.h> -+#else -+#include <stdlib.h> -+#endif - #include <memory.h> - #include <stdio.h> - |