summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchl <chl@openbsd.org>2009-06-03 14:47:47 +0000
committerchl <chl@openbsd.org>2009-06-03 14:47:47 +0000
commit148cf60f0bdb8cdcf4f2347ee7f5399de08ec163 (patch)
treef3f0523f17e2c66f90a5a90536c85a016086be8a
parentArla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@ (diff)
downloadwireguard-openbsd-148cf60f0bdb8cdcf4f2347ee7f5399de08ec163.tar.xz
wireguard-openbsd-148cf60f0bdb8cdcf4f2347ee7f5399de08ec163.zip
remove unused variable
ok millert@ ray@
-rw-r--r--games/hack/hack.pager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/hack.pager.c b/games/hack/hack.pager.c
index 553a8ad9e45..da62843d16b 100644
--- a/games/hack/hack.pager.c
+++ b/games/hack/hack.pager.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hack.pager.c,v 1.16 2009/06/01 22:57:14 ray Exp $ */
+/* $OpenBSD: hack.pager.c,v 1.17 2009/06/03 14:47:47 chl Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -62,7 +62,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: hack.pager.c,v 1.16 2009/06/01 22:57:14 ray Exp $";
+static const char rcsid[] = "$OpenBSD: hack.pager.c,v 1.17 2009/06/03 14:47:47 chl Exp $";
#endif /* not lint */
/* This file contains the command routine dowhatis() and a pager. */
@@ -86,7 +86,7 @@ dowhatis()
{
FILE *fp;
char bufr[BUFSZ+6];
- char *buf = &bufr[6], *ep, q;
+ char *buf = &bufr[6], q;
size_t len;
extern char readchar();