13 lines
427 B
Plaintext
13 lines
427 B
Plaintext
$OpenBSD: patch-src_gsm_destroy_c,v 1.2 2004/01/05 00:05:04 espie Exp $
|
|
--- src/gsm_destroy.c.orig 1999-03-01 18:23:51.000000000 +0100
|
|
+++ src/gsm_destroy.c 2004-01-05 01:01:09.000000000 +0100
|
|
@@ -6,7 +6,7 @@
|
|
|
|
/* $Header: /home/cvs/ports/mbone/rat/patches/Attic/patch-src_gsm_destroy_c,v 1.2 2004/01/05 00:05:04 espie Exp $ */
|
|
|
|
-#ifndef FreeBSD
|
|
+#if !defined(FreeBSD) && !defined(__OpenBSD__)
|
|
#include <malloc.h>
|
|
#endif
|
|
|