summaryrefslogtreecommitdiff
path: root/lang/sr/patches/patch-az
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sr/patches/patch-az')
-rw-r--r--lang/sr/patches/patch-az13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/sr/patches/patch-az b/lang/sr/patches/patch-az
new file mode 100644
index 00000000000..13fa6bf8fd3
--- /dev/null
+++ b/lang/sr/patches/patch-az
@@ -0,0 +1,13 @@
+$NetBSD: patch-az,v 1.1 2005/03/02 13:45:22 is Exp $
+
+--- csw/cstest.c.orig 1999-07-28 20:42:21.000000000 +0000
++++ csw/cstest.c
+@@ -315,7 +315,7 @@ int m, n;
+ label = "";
+ printf ("%s ---------------------------------------\n", label);
+ while (p <= q) {
+- printf ("\t%08X (%2d) %08X ", (int) p, p - addr, i = * (int *) p);
++ printf ("\t%p (%2d) %08X ", p, p - addr, i = * (int *) p);
+ c = toascii (*p++); putchar (isprint (c) ? c : '.');
+ c = toascii (*p++); putchar (isprint (c) ? c : '.');
+ c = toascii (*p++); putchar (isprint (c) ? c : '.');