From 89c35f61ad699c94e8a99cf3b69fd525ab51761d Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 25 Jan 2014 21:10:41 +0000 Subject: [PATCH] add __USE --- sys/net/if_etherip.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/net/if_etherip.c b/sys/net/if_etherip.c index 5f99a804b7ed..52f2fd342eaf 100644 --- a/sys/net/if_etherip.c +++ b/sys/net/if_etherip.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_etherip.c,v 1.33 2012/07/28 00:43:24 matt Exp $ */ +/* $NetBSD: if_etherip.c,v 1.34 2014/01/25 21:10:41 christos Exp $ */ /* * Copyright (c) 2006, Hans Rosenfeld @@ -86,7 +86,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_etherip.c,v 1.33 2012/07/28 00:43:24 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_etherip.c,v 1.34 2014/01/25 21:10:41 christos Exp $"); #include "opt_inet.h" @@ -397,6 +397,7 @@ etheripintr(void *arg) } else m_freem(m); } mutex_exit(softnet_lock); + __USE(error); } static int