diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-11 23:07:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-11 23:07:29 +0000 |
commit | e7482f57e617cc98aaf3af7871ee586568494487 (patch) | |
tree | 2a8483f47dfc117b7dfa2251634204989933d28f /bin/dd | |
parent | 2067d95f04be528a546cdf910ce0747d3f9e0af5 (diff) |
unused prototype
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/args.c | 3 |
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 *); |