X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhoutsbr.c;h=130b4e55f93cf0d8eb37336e531cf2ef4c0236a9;hp=00b538ca20c31ac9554fbd0210b0044119eb63b8;hb=d5b5e6e4813b7fd77dc1664df4304537f3002cf3;hpb=33dc8211a72df0c27fa11220f3b27583cd1c7e49 diff --git a/uip/mhoutsbr.c b/uip/mhoutsbr.c index 00b538c..130b4e5 100644 --- a/uip/mhoutsbr.c +++ b/uip/mhoutsbr.c @@ -17,11 +17,6 @@ #include #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - - extern int ebcdicsw; static char ebcdicsafe[0x100] = { @@ -434,7 +429,7 @@ writeBase64(CT ct, FILE *out) int writeBase64aux(FILE *in, FILE *out) { - int cc, n; + unsigned int cc, n; char inbuf[3]; n = BPERLIN;