71146f333e
- unified format - only one patch per file - no files gets patched twice
17 lines
396 B
Text
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"
|