16 lines
310 B
Text
16 lines
310 B
Text
|
$NetBSD: patch-am,v 1.1 2007/08/11 16:45:52 joerg Exp $
|
||
|
|
||
|
--- src/gsm_create.c.orig 2007-08-11 16:19:02.000000000 +0000
|
||
|
+++ src/gsm_create.c
|
||
|
@@ -11,10 +11,6 @@
|
||
|
#include "assert.h"
|
||
|
#include "gsm.h"
|
||
|
|
||
|
-#ifndef FreeBSD
|
||
|
-#include <malloc.h>
|
||
|
-#endif
|
||
|
-
|
||
|
struct gsm_state *gsm_create(void)
|
||
|
{
|
||
|
struct gsm_state *r;
|