mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
21 lines
480 B
Plaintext
21 lines
480 B
Plaintext
$NetBSD: patch-bb,v 1.2 2013/01/23 17:26:08 wiz Exp $
|
|
|
|
--- common/multibyte.h.orig 2007-11-19 03:41:42.000000000 +1100
|
|
+++ common/multibyte.h
|
|
@@ -20,6 +20,7 @@ typedef u_int UCHAR_T;
|
|
#define STRPBRK wcspbrk
|
|
#define TOUPPER towupper
|
|
#define STRSET wmemset
|
|
+#define STRCHR wcschr
|
|
|
|
#define L(ch) L ## ch
|
|
|
|
@@ -39,6 +40,7 @@ typedef u_char UCHAR_T;
|
|
#define STRPBRK strpbrk
|
|
#define TOUPPER toupper
|
|
#define STRSET memset
|
|
+#define STRCHR strchr
|
|
|
|
#define L(ch) ch
|
|
|