]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.termcap.c
update after change to return value of tputs() third argument
[bsdgames-darwin.git] / hack / hack.termcap.c
index 37a63f3cdb48a0270ba4cbb565a2d583a9f8a0ca..2d48698d82c60a4af853444454a2d28fb65153f0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: hack.termcap.c,v 1.8 1999/08/14 16:36:42 tron Exp $    */
+/*     $NetBSD: hack.termcap.c,v 1.9 1999/10/04 23:27:01 lukem Exp $   */
 
 /*
  * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
@@ -6,7 +6,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: hack.termcap.c,v 1.8 1999/08/14 16:36:42 tron Exp $");
+__RCSID("$NetBSD: hack.termcap.c,v 1.9 1999/10/04 23:27:01 lukem Exp $");
 #endif                         /* not lint */
 
 #include <string.h>
@@ -185,11 +185,11 @@ cmov(x, y)
        curx = x;
 }
 
-void
+int
 xputc(c)
        char            c;
 {
-       (void) fputc(c, stdout);
+       return (fputc(c, stdout));
 }
 
 void