From c345061e8d81a737b2926da7ecad4b4389677fe8 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 7 Jan 2005 07:47:37 +0000 Subject: sunos fixes --- src/lib9/utf/utflen.c | 1 - src/lib9/utf/utfrrune.c | 1 - src/lib9/utf/utfrune.c | 1 - 3 files changed, 3 deletions(-) (limited to 'src/lib9/utf') diff --git a/src/lib9/utf/utflen.c b/src/lib9/utf/utflen.c index 56f65feb..769805a5 100644 --- a/src/lib9/utf/utflen.c +++ b/src/lib9/utf/utflen.c @@ -34,5 +34,4 @@ utflen(char *s) s += chartorune(&rune, s); n++; } - return 0; } diff --git a/src/lib9/utf/utfrrune.c b/src/lib9/utf/utfrrune.c index 63f0c43c..cff12b5e 100644 --- a/src/lib9/utf/utfrrune.c +++ b/src/lib9/utf/utfrrune.c @@ -42,5 +42,4 @@ utfrrune(char *s, long c) s1 = s; s += c1; } - return 0; } diff --git a/src/lib9/utf/utfrune.c b/src/lib9/utf/utfrune.c index c954c788..52b83599 100644 --- a/src/lib9/utf/utfrune.c +++ b/src/lib9/utf/utfrune.c @@ -41,5 +41,4 @@ utfrune(char *s, long c) return s; s += n; } - return 0; } -- cgit v1.2.3