aboutsummaryrefslogtreecommitdiffstats
path: root/cad/pisces/files/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pisces/files/patch-bb')
-rw-r--r--cad/pisces/files/patch-bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/pisces/files/patch-bb b/cad/pisces/files/patch-bb
new file mode 100644
index 000000000000..dfd57b65af74
--- /dev/null
+++ b/cad/pisces/files/patch-bb
@@ -0,0 +1,12 @@
+*** library/plotcap/9016/gplot/pg_erset.c.orig Mon Jan 18 16:27:21 1999
+--- library/plotcap/9016/gplot/pg_erset.c Mon Jan 18 16:28:43 1999
+***************
+*** 149,153 ****
+--- 149,155 ----
+ perror("\t") ;
+ #else
++ #ifndef __FreeBSD__
+ extern char *sys_errlist[] ;
++ #endif
+ pr(stderr," [%s]", sys_errlist[syseno] ) ;
+ #endif