blob: 64615ff4f96d6225dbac5fd6fa2375c12c1c564b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-bp,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
--- lwlib/lwlib.c.orig Mon Apr 6 10:24:33 1998
+++ lwlib/lwlib.c Fri Jul 19 02:38:04 2002
@@ -29,10 +29,8 @@
#include "lwlib-utils.h"
#include <X11/StringDefs.h>
-#ifdef __osf__
#include <string.h>
#include <stdlib.h>
-#endif
extern long *xmalloc();
#if defined (USE_LUCID)
|