Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/robots Remove definition of __cputchar.



details:   https://anonhg.NetBSD.org/src/rev/70368a1c33da
branches:  trunk
changeset: 480776:70368a1c33da
user:      jsm <jsm%NetBSD.org@localhost>
date:      Wed Jan 19 19:02:27 2000 +0000

description:
Remove definition of __cputchar.

diffstat:

 games/robots/main.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r 519e9ec82f45 -r 70368a1c33da games/robots/main.c
--- a/games/robots/main.c       Wed Jan 19 18:41:23 2000 +0000
+++ b/games/robots/main.c       Wed Jan 19 19:02:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.12 1999/10/04 23:27:02 lukem Exp $  */
+/*     $NetBSD: main.c,v 1.13 2000/01/19 19:02:27 jsm Exp $    */
 
 /*
  * Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: main.c,v 1.12 1999/10/04 23:27:02 lukem Exp $");
+__RCSID("$NetBSD: main.c,v 1.13 2000/01/19 19:02:27 jsm Exp $");
 #endif
 #endif /* not lint */
 
@@ -193,13 +193,6 @@
        return(0);
 }
 
-int
-__cputchar(ch)
-       int ch;
-{
-       return (putchar(ch));
-}
-
 /*
  * quit:
  *     Leave the program elegantly.



Home | Main Index | Thread Index | Old Index