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

13 lines
379 B
Plaintext

$OpenBSD: patch-src_qfDES_c,v 1.1 2001/03/17 17:23:29 wilfried Exp $
--- src/qfDES.c.orig Mon Mar 1 18:23:52 1999
+++ src/qfDES.c Fri Mar 16 20:49:24 2001
@@ -23,7 +23,7 @@ Added 2 August 1996, Saleem
#include <string.h>
#include <stdio.h>
#include <memory.h>
-#ifndef FreeBSD
+#if !defined(FreeBSD) && !defined(__OpenBSD__)
#include <malloc.h>
#endif
#include <ctype.h>