mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
$NetBSD: patch-aw,v 1.1.1.1 2011/05/27 22:57:42 cheusov Exp $
|
|
|
|
Fix for systems having btowc(3)
|
|
--- libuxre/regnfa.c.orig Sun Feb 6 16:16:14 2005
|
|
+++ libuxre/regnfa.c
|
|
@@ -35,6 +35,8 @@
|
|
typedef unsigned char Uchar;
|
|
typedef unsigned short Ushort;
|
|
|
|
+#include "btowc.h"
|
|
+
|
|
/*
|
|
* Nondeterministic Finite Automata.
|
|
*/
|