summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2013-04-05 23:16:42 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2013-04-05 23:16:42 +0000
commit03b666be8e4acddbeb33e7aea3deb0993d61332b (patch)
treeaecdb0171773f0502f6fe2322990bd69ba66f732 /usr.sbin
parent6a9b2d327a9bc4a810cde1df5032de85b1d25115 (diff)
kill redundant prototype
OK dlg@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/identd/identd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/identd/identd.c b/usr.sbin/identd/identd.c
index 66664afc47c..4b0cd15f217 100644
--- a/usr.sbin/identd/identd.c
+++ b/usr.sbin/identd/identd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: identd.c,v 1.8 2013/03/20 03:58:09 deraadt Exp $ */
+/* $OpenBSD: identd.c,v 1.9 2013/04/05 23:16:41 florian Exp $ */
/*
* Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
@@ -163,7 +163,6 @@ const struct loggers *logger = &conslogger;
#define linfo(_f...) logger->info(_f)
#define ldebug(_f...) logger->debug(_f)
-const char *gethost(struct sockaddr_storage *);
#define sa(_ss) ((struct sockaddr *)(_ss))
__dead void