diff options
Diffstat (limited to 'x11/x3270/files/patch-ac')
-rw-r--r-- | x11/x3270/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/x3270/files/patch-ac b/x11/x3270/files/patch-ac new file mode 100644 index 000000000000..5063c0f47500 --- /dev/null +++ b/x11/x3270/files/patch-ac @@ -0,0 +1,12 @@ +--- popups.c.orig Sun Dec 1 16:07:06 2002 ++++ popups.c Sun Dec 1 16:07:19 2002 +@@ -498,8 +498,8 @@ + { + va_list args; + char *s; +- extern int sys_nerr; + #if !defined(__FreeBSD__) ++ extern int sys_nerr; + extern char *sys_errlist[]; + #endif + |