Eliminate type-size errors and warnings; some NO_CHANNEL and
authorChris Hanson <org/chris-hanson/cph>
Sun, 9 Mar 2008 20:24:33 +0000 (20:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 9 Mar 2008 20:24:33 +0000 (20:24 +0000)
commit7e43628d564974a839a90590c8def55e783d23a2
treeb6069eabf3c1a5a638a30f8d072c4cc562be6c35
parente4712364ef0c30110657334c42d75cb43c1caff1
Eliminate type-size errors and warnings; some NO_CHANNEL and
NO_PROCESS were long types, while the corresponding Tchannel and
Tprocess were int types.  Now all are int types.
v7/src/microcode/ntio.c
v7/src/microcode/ntproc.c
v7/src/microcode/os2io.c
v7/src/microcode/os2proc.c
v7/src/microcode/osio.h
v7/src/microcode/osproc.h
v7/src/microcode/uxio.c
v7/src/microcode/uxproc.c