diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-12 20:30:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-12 20:30:34 +0000 |
commit | 9304aec876e4c8e67f998d0fac873ea24190a15f (patch) | |
tree | 7a181e9ffb53f1bf25ec021f9c7cfb9b0dfe242f /misc | |
parent | b59383d50afe86699adfaeea9a25ff4cd26b8d86 (diff) | |
download | pkgsrc-9304aec876e4c8e67f998d0fac873ea24190a15f.tar.gz |
Moved to math/sc/patches/patch-ab,v
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sc/patches/patch-ab | 18 |
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 |