blob: 2d86292502de36b14e906d813c0b24bc33afc7e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.2 1999/07/06 07:57:23 jlam Exp $
--- include/curdefs.h.orig Thu Dec 10 23:24:06 1998
+++ include/curdefs.h Tue Jul 6 01:00:28 1999
@@ -518,4 +518,7 @@
#ifndef ACS_S2
#define ACS_S2 '2'
#endif
+#ifndef ACS_S9
+#define ACS_S9 '9'
+#endif
#endif /* CURDEF_H */
|