From lizard@unsane.de  Fri Jun  7 14:35:36 2002
Return-Path: <lizard@unsane.de>
Received: from unsane.de (pD9E4E777.dip.t-dialin.net [217.228.231.119])
	by hub.freebsd.org (Postfix) with ESMTP id 95AA837B403
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Jun 2002 14:35:35 -0700 (PDT)
Received: by unsane.de (Postfix, from userid 1001)
	id 9718A5F5; Fri,  7 Jun 2002 23:35:31 +0200 (CEST)
Message-Id: <20020607213531.9718A5F5@unsane.de>
Date: Fri,  7 Jun 2002 23:35:31 +0200 (CEST)
From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix port: ftp/yale-tftpd on -current --- bento error
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39011
>Category:       ports
>Synopsis:       Fix port: ftp/yale-tftpd on -current --- bento error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 07 14:40:01 PDT 2002
>Closed-Date:    Fri Jun 07 14:46:35 PDT 2002
>Last-Modified:  Fri Jun 07 14:46:35 PDT 2002
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-RC FreeBSD 4.6-RC #0: Thu Jun 6 21:00:07 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

#include <string.h> for gcc3.1

Regards,
         Olli
>How-To-Repeat:
>Fix:

add the following as files/patch-classes::dict.c

# patch-classes::dict.c starts here ##################################
--- classes/dict.c.orig	Fri Jun  7 23:23:47 2002
+++ classes/dict.c	Fri Jun  7 23:24:27 2002
@@ -14,6 +14,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <strings.h>
 extern char*	strdup();
 extern int	strcasecmp();
# patch-classes::dict.c ends here ####################################
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Fri Jun 7 14:46:27 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39011 
>Unformatted:
