pkgsrc/x11/xview-lib/patches/patch-dy
tron 71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00

17 lines
396 B
Text

$NetBSD: patch-dy,v 1.1 2001/12/20 09:20:09 tron Exp $
--- lib/libolgx/ol_sb.c.orig Tue Jun 29 07:18:29 1993
+++ lib/libolgx/ol_sb.c Thu Dec 20 10:09:16 2001
@@ -11,7 +11,12 @@
*/
#include <stdio.h>
+#include <sys/param.h>
+#if (defined(BSD) && (BSD >= 199103))
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include "olgx_impl.h"