diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-16 18:38:31 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-16 18:38:31 +0000 |
commit | ae716892e1b0b04c4d372d360c51d9aa771f26bf (patch) | |
tree | 096e09e26195e233e96229724a6df4ef8689044d /usr.sbin/relayd | |
parent | d8ea0537d04586cf528af2e15cdbcbf0a122d6e6 (diff) |
lint is dead (long live the lint!), so stop using it as a cpp conditional
(namespace pollution!) or talking about its opinion on code.
ok krw@
Diffstat (limited to 'usr.sbin/relayd')
-rw-r--r-- | usr.sbin/relayd/relayd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/relayd/relayd.c b/usr.sbin/relayd/relayd.c index 894ec2a3652..cb8055190eb 100644 --- a/usr.sbin/relayd/relayd.c +++ b/usr.sbin/relayd/relayd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.c,v 1.118 2013/11/26 13:27:20 deraadt Exp $ */ +/* $OpenBSD: relayd.c,v 1.119 2014/03/16 18:38:30 guenther Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org> @@ -133,7 +133,6 @@ parent_sig_handler(int sig, short event, void *arg) } } -/* __dead is for lint */ __dead void usage(void) { |