OSDN Git Service

eliminate warnings about xputc_core[2]
authorSHIRAKATA Kentaro <argrath@ub32.org>
Sat, 22 Sep 2018 20:56:30 +0000 (05:56 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Sat, 22 Sep 2018 20:56:30 +0000 (05:56 +0900)
commit3bfe945ae5d626c63fd1a24562a3f9d2c556039a
tree53ba4c5d98445d632facfe1a2b9a3d4c70abe2db
parent2905b97e9c9875925e54f06c6eb4e9698a7658f9
eliminate warnings about xputc_core[2]

xputc_core[2] takes int, and jbuffer takes func taking unsigned int.
Only xputc_core2 changes it's signature, and xputc_core is casted now.
sys/winnt/nttty.c