pkgsrc/x11/xview-clients/patches/patch-dj
tron 6999f4df07 Cleanup patch files:
- unified format
- only one patch per file
- no files get patched twice
2001-12-28 14:58:02 +00:00

17 lines
366 B
Text

$NetBSD: patch-dj,v 1.1 2001/12/28 14:58:07 tron Exp $
--- olwmslave/mem.c.orig Tue Jun 29 07:12:12 1993
+++ olwmslave/mem.c Fri Dec 28 15:55:42 2001
@@ -16,7 +16,12 @@
*
*/
+#include <sys/param.h>
+#if (defined(BSD) && (BSD >= 199103))
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#include <memory.h>
#include <stdio.h>
#include <sys/types.h>