summaryrefslogtreecommitdiff
path: root/sbin/dump/dumprmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dump/dumprmt.c')
-rw-r--r--sbin/dump/dumprmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c
index 48dda98ac63..3b659391c4a 100644
--- a/sbin/dump/dumprmt.c
+++ b/sbin/dump/dumprmt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dumprmt.c,v 1.12 1999/01/04 08:11:53 deraadt Exp $ */
+/* $OpenBSD: dumprmt.c,v 1.13 2000/01/22 20:24:54 deraadt Exp $ */
/* $NetBSD: dumprmt.c,v 1.17 1997/06/05 16:10:47 mrg Exp $ */
/*-
@@ -215,7 +215,6 @@ rmtread(buf, count)
{
char line[30];
int n, i, cc;
- extern int errno;
(void)snprintf(line, sizeof(line), "R%d\n", count);
n = rmtcall("read", line);