summaryrefslogtreecommitdiffstats
path: root/bin/dd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-11-11 23:07:28 +0000
committerderaadt <deraadt@openbsd.org>2013-11-11 23:07:28 +0000
commit2e6430c15922e8bdc8dcc0c38ff419c1a66940c0 (patch)
treebab99d000d132d95532e32f1c00a9bceec393187 /bin/dd
parentremove totally excessive set of #include (diff)
downloadwireguard-openbsd-2e6430c15922e8bdc8dcc0c38ff419c1a66940c0.tar.xz
wireguard-openbsd-2e6430c15922e8bdc8dcc0c38ff419c1a66940c0.zip
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 *);