Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/distrib/utils/libhack Additionally pull up revision 1.7 o...
details: https://anonhg.NetBSD.org/src/rev/a77646babd24
branches: netbsd-7
changeset: 798596:a77646babd24
user: martin <martin%NetBSD.org@localhost>
date: Sun Nov 16 11:18:05 2014 +0000
description:
Additionally pull up revision 1.7 of src/distrib/utils/libhack/multibyte.c,
requested by tsutsui in #242
diffstat:
distrib/utils/libhack/multibyte.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r c9ab64162e08 -r a77646babd24 distrib/utils/libhack/multibyte.c
--- a/distrib/utils/libhack/multibyte.c Sun Nov 16 10:43:02 2014 +0000
+++ b/distrib/utils/libhack/multibyte.c Sun Nov 16 11:18:05 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: multibyte.c,v 1.5.8.1 2014/11/16 10:39:54 martin Exp $ */
+/* $NetBSD: multibyte.c,v 1.5.8.2 2014/11/16 11:18:05 martin Exp $ */
/*
* Ignore all multibyte sequences, removes all the citrus code.
@@ -12,8 +12,6 @@
size_t
mbrtowc(wchar_t *wc, const char *str, size_t max_sz, mbstate_t *ps)
{
- wchar_t c;
-
if (str == NULL)
return 0;
Home |
Main Index |
Thread Index |
Old Index