mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-01 16:06:32 -04:00
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
$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 */
|