summaryrefslogtreecommitdiffstats
path: root/debian/patches/bzero.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/bzero.diff')
-rw-r--r--debian/patches/bzero.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/bzero.diff b/debian/patches/bzero.diff
new file mode 100644
index 0000000..653ed3d
--- /dev/null
+++ b/debian/patches/bzero.diff
@@ -0,0 +1,13 @@
+--- a/lib/sh/oslib.c
++++ b/lib/sh/oslib.c
+@@ -180,8 +180,8 @@
+ # endif
+ void
+ bzero (s, n)
+- char *s;
+- int n;
++ void *s;
++ size_t n;
+ {
+ register int i;
+ register char *r;