summaryrefslogtreecommitdiff
path: root/shells/rc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'shells/rc/patches/patch-ab')
-rw-r--r--shells/rc/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/shells/rc/patches/patch-ab b/shells/rc/patches/patch-ab
deleted file mode 100644
index ece255c152f..00000000000
--- a/shells/rc/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2006/01/08 20:56:07 joerg Exp $
-
---- print.c.orig 2006-01-08 20:54:47.000000000 +0000
-+++ print.c
-@@ -104,7 +104,7 @@ static void intconv(Format *format, unsi
- if (flags & FMT_long)
- n = va_arg(format->args, long);
- else if (flags & FMT_short)
-- n = va_arg(format->args, short);
-+ n = va_arg(format->args, int);
- else
- n = va_arg(format->args, int);
-