summaryrefslogtreecommitdiff
path: root/math/sc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-12 20:30:33 +0000
committerwiz <wiz@pkgsrc.org>2000-01-12 20:30:33 +0000
commitb59383d50afe86699adfaeea9a25ff4cd26b8d86 (patch)
treef5ca295fe83ccbc45967077d731fb1fac3c395de /math/sc
parent41a719e0558c48983d89ca71dd87b12ac98493b9 (diff)
downloadpkgsrc-b59383d50afe86699adfaeea9a25ff4cd26b8d86.tar.gz
Moved from misc/sc/patches/patch-ab,v
Diffstat (limited to 'math/sc')
-rw-r--r--math/sc/patches/patch-ab18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/sc/patches/patch-ab b/math/sc/patches/patch-ab
new file mode 100644
index 00000000000..f63ef2ebab1
--- /dev/null
+++ b/math/sc/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.2 2000/01/12 20:30:34 wiz Exp $
+
+--- lex.c.orig Mon May 11 20:43:36 1992
++++ lex.c Thu Jul 30 20:26:51 1998
+@@ -384,11 +384,11 @@
+ ctl('z'), 0
+ };
+
+-void
++int
+ charout(c)
+ int c;
+ {
+- (void)putchar(c);
++ return putchar(c);
+ }
+
+ void