mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
tputs: (char) -> (int)
This commit is contained in:
parent
9945b53297
commit
d76f7c0fec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5029
@ -375,11 +375,11 @@ extern int __rawmode;
|
||||
extern int __noqch;
|
||||
extern int __usecs;
|
||||
|
||||
int tputs __P((const char *, int, void (*)(char)));
|
||||
int tputs __P((const char *, int, void (*)(int)));
|
||||
|
||||
#else
|
||||
|
||||
int tputs __P((const char *, int, int (*)(char)));
|
||||
int tputs __P((const char *, int, int (*)(int)));
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user