summaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-11 23:07:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-11 23:07:29 +0000
commite7482f57e617cc98aaf3af7871ee586568494487 (patch)
tree2a8483f47dfc117b7dfa2251634204989933d28f /bin/dd
parent2067d95f04be528a546cdf910ce0747d3f9e0af5 (diff)
unused prototype
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/args.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c
index f320ac1032a..35535c1aefc 100644
--- a/bin/dd/args.c
+++ b/bin/dd/args.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: args.c,v 1.20 2013/06/01 18:57:59 tedu Exp $ */
+/* $OpenBSD: args.c,v 1.21 2013/11/11 23:07:28 deraadt Exp $ */
/* $NetBSD: args.c,v 1.7 1996/03/01 01:18:58 jtc Exp $ */
/*-
@@ -48,7 +48,6 @@
#include "extern.h"
static int c_arg(const void *, const void *);
-static int c_conv(const void *, const void *);
static void f_bs(char *);
static void f_cbs(char *);
static void f_conv(char *);