Files
pkgsrc-ng/comms/mgetty+sendfax/patches/patch-as
2013-09-26 17:14:40 +02:00

28 lines
598 B
Plaintext

$NetBSD: patch-as,v 1.1 2007/08/08 20:00:12 joerg Exp $
--- voice/include/voice.h.orig 2007-08-08 19:38:21.000000000 +0000
+++ voice/include/voice.h
@@ -11,10 +11,7 @@
#ifndef VOICE_INCLUDE_VOICE_H
#define VOICE_INCLUDE_VOICE_H
-#ifndef _NOSTDLIB_H
-# include <stdlib.h>
-#endif
-
+#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
@@ -22,10 +19,6 @@
#include <errno.h>
#include <fcntl.h>
-#if !defined( __bsdi__ ) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
-# include <malloc.h>
-#endif
-
#include <math.h>
#include <signal.h>
#include <string.h>