summaryrefslogtreecommitdiff
path: root/bin/mt
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-05-21 05:00:49 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-05-21 05:00:49 +0000
commit9299db4d45f255b8fe176a23e4b33db8d85f5508 (patch)
tree93bb0788559a24bc5c8049b026b4d45a3c324cf9 /bin/mt
parent2b420f805f31d3140396e09beb8a7a98056d23af (diff)
remove prototypes with no matching function and externs with no var
partly checked by millert@
Diffstat (limited to 'bin/mt')
-rw-r--r--bin/mt/mt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/mt/mt.h b/bin/mt/mt.h
index da24d3d4923..c677cb5a647 100644
--- a/bin/mt/mt.h
+++ b/bin/mt/mt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mt.h,v 1.3 2003/06/02 23:32:08 millert Exp $ */
+/* $OpenBSD: mt.h,v 1.4 2024/05/21 05:00:47 jsg Exp $ */
/* $NetBSD: mt.h,v 1.1 1996/03/05 20:39:36 scottr Exp $ */
/*-
@@ -37,8 +37,6 @@ int rmtopen(char *tape, int mode);
int rmtioctl(int command, int count);
struct mtget *rmtstatus(void);
-void interrupt(int signo); /* in case operator bangs on console */
-
/*
* Exit status codes
*/