summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/ms2.c
AgeCommit message (Collapse)Author
2020-08-10aux/ms2, aux/na: fix warningsOri Bernstein
aux/na was comparing the return of putc with <0, when it should have been comparing against EOF, which is not specified as -ve. aux/ms2 was zero-extending the mask for the address when it should have been sign extended.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen