c78bcf5e70
fixes -nw mode on console/xterm; move generated PLIST to so concurrent loads don't clobber each other
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
--- src/m/sparc.h.~1~ Sat Sep 6 11:51:04 1997
|
|
+++ src/m/sparc.h Sun Jan 31 12:58:22 1999
|
|
@@ -83,8 +83,10 @@
|
|
/* Must use the system's termcap, if we use any termcap.
|
|
It does special things. */
|
|
|
|
+#if 0 /* not with OpenBSD 2.4 current */
|
|
#ifndef TERMINFO
|
|
#define LIBS_TERMCAP -ltermcap
|
|
+#endif
|
|
#endif
|
|
|
|
/* Mask for address bits within a memory segment */
|