Enable 8-bit character support.

This commit is contained in:
kim 1999-09-27 18:21:58 +00:00
parent faf6a062d5
commit 9080393567
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,4 @@
$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:43 agc Exp $
$NetBSD: patch-sum,v 1.2 1999/09/27 18:21:58 kim Exp $
MD5 (patch-aa) = aaca15e7f84cc28ae47db27a0730f44a
MD5 (patch-ab) = 087818d9a361eded2427de4f7c7ef363

View file

@ -0,0 +1,12 @@
$NetBSD: patch-ab,v 1.1 1999/09/27 18:21:59 kim Exp $
--- sysdep.h.orig Mon Mar 18 23:44:33 1996
+++ sysdep.h Mon Sep 27 14:18:52 1999
@@ -154,6 +154,7 @@
# define USE_FSYNC 1
# define USE_FSTAT 1
# define USE_FCHMOD 1
+# define USE_CTYPE 1
#endif
#ifdef IRIX