106f413f49
* split patches into separate files
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
$OpenBSD: patch-src_www_fns_c,v 1.1 2001/03/17 17:21:42 wilfried Exp $
|
|
--- src/www_fns.c.orig Wed May 26 00:10:31 1999
|
|
+++ src/www_fns.c Fri Mar 16 20:45:42 2001
|
|
@@ -42,7 +42,9 @@
|
|
#include "ui_fns.h"
|
|
#include "tcl.h"
|
|
#include "tk.h"
|
|
+#if !defined(__OpenBSD__)
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <string.h>
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|