Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  7 Jun 2002 23:35:31 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39011: Fix port: ftp/yale-tftpd on -current --- bento error
Message-ID:  <20020607213531.9718A5F5@unsane.de>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 07 14:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020607213531.9718A5F5>