]> Zhao Yanbai Git Server - minix.git/commitdiff
prototype fix
authorBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 15:02:44 +0000 (15:02 +0000)
committerBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 15:02:44 +0000 (15:02 +0000)
lib/sysutil/ser_putc.c

index 26a3b07463568c4a64941585e619095bb635ca24..57e4fe64ea32718a238e51acaca01d0587e149aa 100644 (file)
@@ -9,7 +9,7 @@
 /*===========================================================================*
  *                               ser_putc                                   *
  *===========================================================================*/
-PUBLIC int ser_putc(char c)
+PUBLIC void ser_putc(char c)
 {
         unsigned long b;
         int i;