summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/database.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-03-09 13:34:20 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-03-09 13:34:20 +0000
commitdce26f6ae64a51315f5998964911ac7b83859ced (patch)
tree6897e59cbc41daf64a502f901e681dd05e5088fb /usr.sbin/ospfd/database.c
parent532bd3e5646d5be1553742c5beec18b36e76b181 (diff)
Mark event callbacks with ARGSUSED to silence lint.
Diffstat (limited to 'usr.sbin/ospfd/database.c')
-rw-r--r--usr.sbin/ospfd/database.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/database.c b/usr.sbin/ospfd/database.c
index 298f1b5bd58..24fed999a7b 100644
--- a/usr.sbin/ospfd/database.c
+++ b/usr.sbin/ospfd/database.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: database.c,v 1.17 2005/11/12 18:18:24 deraadt Exp $ */
+/* $OpenBSD: database.c,v 1.18 2006/03/09 13:34:19 claudio Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -363,6 +363,7 @@ db_sum_list_clr(struct nbr *nbr)
}
/* timers */
+/* ARGSUSED */
void
db_tx_timer(int fd, short event, void *arg)
{