makedefs: the strict alignment gods demand time_t ospeed: homegrown termcap.h, sync ospeed symbol size Play-tested on sparc
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
$OpenBSD: patch-include_tcap_h,v 1.1 2015/03/27 10:56:15 tobiasu Exp $
|
|
--- include/tcap.h.orig Wed Mar 25 00:52:16 2015
|
|
+++ include/tcap.h Wed Mar 25 00:52:30 2015
|
|
@@ -44,7 +44,7 @@ extern struct tc_lcl_data { /* defined and set up in
|
|
#define nh_UE tc_lcl_data.tc_UE
|
|
#define ul_hack tc_lcl_data.tc_ul_hack
|
|
|
|
-extern short ospeed; /* set up in termcap.c */
|
|
+extern int ospeed; /* set up in termcap.c */
|
|
|
|
#ifdef TEXTCOLOR
|
|
# ifdef TOS
|