mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
$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;
|