From: Ben Gras Date: Thu, 11 Dec 2008 15:02:44 +0000 (+0000) Subject: prototype fix X-Git-Tag: v3.1.4~181 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc.html?a=commitdiff_plain;h=6300c26921c9355c5e3edebaf0658652e122e10a;p=minix.git prototype fix --- diff --git a/lib/sysutil/ser_putc.c b/lib/sysutil/ser_putc.c index 26a3b0746..57e4fe64e 100644 --- a/lib/sysutil/ser_putc.c +++ b/lib/sysutil/ser_putc.c @@ -9,7 +9,7 @@ /*===========================================================================* * ser_putc * *===========================================================================*/ -PUBLIC int ser_putc(char c) +PUBLIC void ser_putc(char c) { unsigned long b; int i;