summaryrefslogtreecommitdiffstats
path: root/robots
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-01-19 19:02:27 +0000
committerjsm <jsm@NetBSD.org>2000-01-19 19:02:27 +0000
commitd663ad71b6809546238c8f8bf8ae6734d7e41872 (patch)
treeb99b3d268b76eda0ca4151fe72143c8b5a3b2bc7 /robots
parent6d17477ac17a7a7c95cc7009ff302ccc1a2de672 (diff)
downloadbsdgames-darwin-d663ad71b6809546238c8f8bf8ae6734d7e41872.tar.gz
bsdgames-darwin-d663ad71b6809546238c8f8bf8ae6734d7e41872.tar.zst
bsdgames-darwin-d663ad71b6809546238c8f8bf8ae6734d7e41872.zip
Remove definition of __cputchar.
Diffstat (limited to 'robots')
-rw-r--r--robots/main.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/robots/main.c b/robots/main.c
index 33eec64a..aab31524 100644
--- a/robots/main.c
+++ b/robots/main.c
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#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 @@ main(ac, av)
return(0);
}
-int
-__cputchar(ch)
- int ch;
-{
- return (putchar(ch));
-}
-
/*
* quit:
* Leave the program elegantly.