summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-12 20:30:34 +0000
committerwiz <wiz>2000-01-12 20:30:34 +0000
commitebbfc57c59a0c252486d1e34254bffcaccffc272 (patch)
tree7a181e9ffb53f1bf25ec021f9c7cfb9b0dfe242f /misc
parent1483f8318092ec45c9b90a7cb8f30a7ee098276a (diff)
downloadpkgsrc-ebbfc57c59a0c252486d1e34254bffcaccffc272.tar.gz
Moved to math/sc/patches/patch-ab,v
Diffstat (limited to 'misc')
-rw-r--r--misc/sc/patches/patch-ab18
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/sc/patches/patch-ab b/misc/sc/patches/patch-ab
deleted file mode 100644
index 9a2120b7e8c..00000000000
--- a/misc/sc/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.1 1999/06/21 15:05:25 sommerfeld 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