summaryrefslogtreecommitdiff
path: root/net/yale-tftpd/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/yale-tftpd/patches/patch-ae')
-rw-r--r--net/yale-tftpd/patches/patch-ae12
1 files changed, 10 insertions, 2 deletions
diff --git a/net/yale-tftpd/patches/patch-ae b/net/yale-tftpd/patches/patch-ae
index 52f691069b3..61960327295 100644
--- a/net/yale-tftpd/patches/patch-ae
+++ b/net/yale-tftpd/patches/patch-ae
@@ -1,6 +1,6 @@
-$NetBSD: patch-ae,v 1.1 2002/04/01 00:04:43 dmcmahill Exp $
+$NetBSD: patch-ae,v 1.2 2005/12/18 18:37:16 joerg Exp $
---- classes/access.c.orig Wed Oct 5 01:20:44 1994
+--- classes/access.c.orig 1994-10-05 05:20:44.000000000 +0000
+++ classes/access.c
@@ -1,4 +1,6 @@
#include <stdio.h>
@@ -9,3 +9,11 @@ $NetBSD: patch-ae,v 1.1 2002/04/01 00:04:43 dmcmahill Exp $
#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;