openbsd-ports/mbone/nte/patches/patch-src_www_fns_c
wilfried 106f413f49 * respect CC/CFLAGS
* split patches into separate files
2001-03-17 17:21:41 +00:00

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>