pkgsrc/net/scdp/patches/patch-aa
2007-08-08 21:37:49 +00:00

21 lines
431 B
Text

$NetBSD: patch-aa,v 1.1 2007/08/08 21:37:49 joerg Exp $
--- scdp.c.orig 2007-08-08 21:13:00.000000000 +0000
+++ scdp.c
@@ -21,14 +21,11 @@
#include <stdio.h>
#include <conf.h>
#include <libnet.h>
-#include <malloc.h>
#include <sys/types.h>
#include <sys/wait.h>
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <string.h>
-#endif
+#include <stdlib.h>
+#include <string.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>