mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
421a2364e7
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
11 lines
232 B
C
11 lines
232 B
C
--- include/curdefs.h.orig Fri Dec 11 13:24:06 1998
|
|
+++ include/curdefs.h Thu Mar 30 22:02:22 2000
|
|
@@ -518,4 +518,7 @@
|
|
#ifndef ACS_S2
|
|
#define ACS_S2 '2'
|
|
#endif
|
|
+#ifndef ACS_S9
|
|
+#define ACS_S9 '9'
|
|
+#endif
|
|
#endif /* CURDEF_H */
|