summaryrefslogtreecommitdiff
path: root/net/yale-tftpd/patches/patch-ae
blob: 61960327295ab014edb1f9fa6002aaf68af626ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ae,v 1.2 2005/12/18 18:37:16 joerg Exp $

--- classes/access.c.orig	1994-10-05 05:20:44.000000000 +0000
+++ classes/access.c
@@ -1,4 +1,6 @@
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <ctype.h>
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -92,7 +94,6 @@ AccessGroup
 accessGroup_new ()
 {
 	AccessGroup self;
-	extern char* calloc();
 
 	self = (AccessGroup)calloc (1, sizeof (*self));
 	return self;