summaryrefslogtreecommitdiffstats
path: root/worm
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1995-04-29 01:12:41 +0000
committermycroft <mycroft@NetBSD.org>1995-04-29 01:12:41 +0000
commitccbe90026e3fce06d8b518a2f365d3394c3812b9 (patch)
treefb91b24872dda442ce896d47a3055d27ae45f748 /worm
parent59f52e9bf99bc4427d0a7d272ffcafaf05f70e17 (diff)
downloadbsdgames-darwin-ccbe90026e3fce06d8b518a2f365d3394c3812b9.tar.gz
bsdgames-darwin-ccbe90026e3fce06d8b518a2f365d3394c3812b9.tar.zst
bsdgames-darwin-ccbe90026e3fce06d8b518a2f365d3394c3812b9.zip
Remove incorrect (but unused) definition of baudrate().
Diffstat (limited to 'worm')
-rw-r--r--worm/worm.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/worm/worm.c b/worm/worm.c
index df34c410..e4488bc0 100644
--- a/worm/worm.c
+++ b/worm/worm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: worm.c,v 1.6 1995/04/24 12:26:16 cgd Exp $ */
+/* $NetBSD: worm.c,v 1.7 1995/04/29 01:12:41 mycroft Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: worm.c,v 1.6 1995/04/24 12:26:16 cgd Exp $";
+static char rcsid[] = "$NetBSD: worm.c,v 1.7 1995/04/29 01:12:41 mycroft Exp $";
#endif
#endif /* not lint */
@@ -64,9 +64,6 @@ static char rcsid[] = "$NetBSD: worm.c,v 1.6 1995/04/24 12:26:16 cgd Exp $";
#define LENGTH 7
#define RUNLEN 8
#define CNTRL(p) (p-'A'+1)
-#ifndef baudrate
-# define baudrate() _tty.sg_ospeed
-#endif
WINDOW *tv;
WINDOW *stw;