diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-08-28 05:22:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-08-28 05:22:32 +0000 |
commit | 1bc08b5a27995bfdd58f4f2f54dc1e80092a2d6d (patch) | |
tree | 02287c70eb13fb78f831302dc4ed819996ecb27e /ftp/llnlxftp/files/patch-ab | |
parent | - Update to 0.5.2 (diff) |
Resurrect llnlxftp. Distfile was moved to a new LLNL site.
Diffstat (limited to 'ftp/llnlxftp/files/patch-ab')
-rw-r--r-- | ftp/llnlxftp/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/llnlxftp/files/patch-ab b/ftp/llnlxftp/files/patch-ab new file mode 100644 index 000000000000..2ff172e4e681 --- /dev/null +++ b/ftp/llnlxftp/files/patch-ab @@ -0,0 +1,12 @@ +--- log.c.orig Mon Nov 18 01:25:37 2002 ++++ log.c Mon Nov 18 01:25:43 2002 +@@ -81,8 +81,8 @@ + extern char *initial_logfile_name; + extern Display *display; + extern int print_password_in_debug; +-extern int sys_nerr; + #if !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__) ++extern int sys_nerr; + extern char *sys_errlist[]; + #endif + |