mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
24 lines
456 B
Plaintext
24 lines
456 B
Plaintext
$NetBSD: patch-ae,v 1.2 2013/06/15 06:09:37 obache Exp $
|
|
|
|
--- agent/filter/misc.c.orig 2001-03-17 18:31:21.000000000 +0000
|
|
+++ agent/filter/misc.c
|
|
@@ -36,14 +36,16 @@
|
|
*
|
|
*/
|
|
|
|
+#include <stdlib.h>
|
|
+#include <stdio.h>
|
|
+#include <string.h>
|
|
+
|
|
#include "config.h"
|
|
#include "portable.h"
|
|
#include <ctype.h>
|
|
#include "sysexits.h"
|
|
#include "confmagic.h"
|
|
|
|
-extern char *malloc(); /* Memory allocation */
|
|
-
|
|
public char *strsave(string)
|
|
char *string;
|
|
{
|