diff options
author | wiz <wiz> | 2000-01-12 20:30:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-12 20:30:34 +0000 |
commit | 7036dc478edb8d878311ea6ab0a2746ae63f6f1d (patch) | |
tree | 7a181e9ffb53f1bf25ec021f9c7cfb9b0dfe242f /misc | |
parent | b1d82255a700e158afd8156cf13aa2dd08370cc8 (diff) | |
download | pkgsrc-7036dc478edb8d878311ea6ab0a2746ae63f6f1d.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 |