diff options
Diffstat (limited to 'ftp/llnlxdir')
-rw-r--r-- | ftp/llnlxdir/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/llnlxdir/files/patch-ab b/ftp/llnlxdir/files/patch-ab new file mode 100644 index 000000000000..2dcb0443a05d --- /dev/null +++ b/ftp/llnlxdir/files/patch-ab @@ -0,0 +1,12 @@ +--- diag.c.orig Sun Dec 1 16:11:28 2002 ++++ diag.c Sun Dec 1 16:11:33 2002 +@@ -125,8 +125,8 @@ + extern struct st_host_info hinfo[]; + extern int initial_diagnostics; + extern int screen; +-extern int sys_nerr; + #if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__GNU_LIBRARY__) && !defined(__GLIBC__) && !defined(__EMX__) ++extern int sys_nerr; + extern char *sys_errlist[]; + #endif + |