pkgsrc/sysutils/heirloom-doc/patches/patch-au
cheusov c02ca0f45e The Heirloom Project provides traditional implementations of standard
Unix utilities. In many cases, they have been derived from original
Unix material released as Open Source by Caldera and Sun.
2011-05-27 22:57:42 +00:00

17 lines
320 B
Text

$NetBSD: patch-au,v 1.1.1.1 2011/05/27 22:57:42 cheusov Exp $
Fix for Interix-3.5
--- libuxre/btowc.h.orig Mon Dec 18 15:22:23 2006
+++ libuxre/btowc.h
@@ -0,0 +1,11 @@
+#ifndef _BTOWC_H
+#define _BTOWC_H
+
+#if defined(__INTERIX)
+#define HAVE_NO_BTOWC 1
+#include <wchar.h>
+wint_t btowc (int c);
+#endif
+
+#endif
+