Date: Tue, 5 Nov 2002 08:57:58 +0100 (CET) From: Volker Stolz <vs@foldr.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dima@FreeBSD.org Subject: ports/44923: [patch] ftp/llnlxftp: sys_nerr fix Message-ID: <200211050757.gA57vwkD001860@monster.ikea.net>
next in thread | raw e-mail | index | archive | help
>Number: 44923 >Category: ports >Synopsis: [patch] ftp/llnlxftp: sys_nerr fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 05 00:00:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 5.0-CURRENT i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386 >Description: - Generic sys_nerr fix - Add URL to pkg-descr >How-To-Repeat: >Fix: diff -urN ofiles/patch-sources-log.c files/patch-sources-log.c --- ofiles/patch-sources-log.c Thu Jan 1 01:00:00 1970 +++ files/patch-sources-log.c Tue Nov 5 08:53:40 2002 @@ -0,0 +1,11 @@ +--- log.c.orig Tue Nov 5 08:17:48 2002 ++++ log.c Tue Nov 5 08:18:04 2002 +@@ -81,7 +81,7 @@ + extern char *initial_logfile_name; + extern Display *display; + extern int print_password_in_debug; +-extern int sys_nerr; ++extern __const int sys_nerr; + #if !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__) + extern char *sys_errlist[]; + #endif --- pkg-descr.orig Tue Nov 5 08:54:53 2002 +++ pkg-descr Tue Nov 5 08:55:02 2002 @@ -20,3 +20,5 @@ powerful directory browsing, and multihost searching. Unless you would prefer LLNL XFTP's compact interface over LLNL XDIR's multiwindow approach, we recommend that you use LLNL XDIR. + +WWW: http://www.llnl.gov/ia/xftp.html >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?200211050757.gA57vwkD001860>