summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/lsack.c
diff options
context:
space:
mode:
authornorby <norby@openbsd.org>2005-03-22 22:13:48 +0000
committernorby <norby@openbsd.org>2005-03-22 22:13:48 +0000
commit5c6e55e94b8a9d3136ed9bfb0d6ce4e61689fa1a (patch)
tree0868b87e6b6e5725b32d8659cc1684bbf458eb1b /usr.sbin/ospfd/lsack.c
parentfix probable pasto that calculated a control register value for (diff)
downloadwireguard-openbsd-5c6e55e94b8a9d3136ed9bfb0d6ce4e61689fa1a.tar.xz
wireguard-openbsd-5c6e55e94b8a9d3136ed9bfb0d6ce4e61689fa1a.zip
Remove bool cruft.
ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/lsack.c')
-rw-r--r--usr.sbin/ospfd/lsack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/lsack.c b/usr.sbin/ospfd/lsack.c
index 381aefd86b0..bfd0c9a1f7e 100644
--- a/usr.sbin/ospfd/lsack.c
+++ b/usr.sbin/ospfd/lsack.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lsack.c,v 1.6 2005/03/17 21:17:12 claudio Exp $ */
+/* $OpenBSD: lsack.c,v 1.7 2005/03/22 22:13:48 norby Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -210,7 +210,7 @@ ls_ack_list_clr(struct iface *iface)
iface->ls_ack_cnt = 0;
}
-bool
+int
ls_ack_list_empty(struct iface *iface)
{
return (TAILQ_EMPTY(&iface->ls_ack_list));