blob: d9e841c31b697770332c75e3bfb192c9973da058 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$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>
|