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

13 lines
411 B
Plaintext

$OpenBSD: patch-src_gsm_destroy_c,v 1.1 2001/03/17 17:23:29 wilfried Exp $
--- src/gsm_destroy.c.orig Mon Mar 1 18:23:51 1999
+++ src/gsm_destroy.c Fri Mar 16 20:49:24 2001
@@ -6,7 +6,7 @@
/* $Header: /home/cvs/ports/mbone/rat/patches/Attic/patch-src_gsm_destroy_c,v 1.1 2001/03/17 17:23:29 wilfried Exp $ */
-#ifndef FreeBSD
+#if !defined(FreeBSD) && !defined(__OpenBSD__)
#include <malloc.h>
#endif