Add missing declarations for cleanup

This commit is contained in:
ozaki-r 2017-06-19 10:57:37 +00:00
parent 139b9b550a
commit 72ce3b3ae5
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: t_arp.sh,v 1.23 2017/06/16 04:41:02 ozaki-r Exp $
# $NetBSD: t_arp.sh,v 1.24 2017/06/19 10:57:37 ozaki-r Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@ -598,6 +598,7 @@ arp_static_cleanup()
cleanup
}
atf_test_case arp_rtm cleanup
arp_rtm_head()
{

View File

@ -1,4 +1,4 @@
# $NetBSD: t_ndp.sh,v 1.20 2017/06/16 04:41:02 ozaki-r Exp $
# $NetBSD: t_ndp.sh,v 1.21 2017/06/19 10:57:37 ozaki-r Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@ -396,6 +396,7 @@ ndp_link_activation_cleanup()
cleanup
}
atf_test_case ndp_rtm cleanup
ndp_rtm_head()
{