Module Name: src Committed By: christos Date: Sat Jan 25 21:10:41 UTC 2014
Modified Files: src/sys/net: if_etherip.c Log Message: add __USE To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/net/if_etherip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/if_etherip.c diff -u src/sys/net/if_etherip.c:1.33 src/sys/net/if_etherip.c:1.34 --- src/sys/net/if_etherip.c:1.33 Fri Jul 27 20:43:24 2012 +++ src/sys/net/if_etherip.c Sat Jan 25 16:10:41 2014 @@ -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 <rosenf...@grumpf.hope-2000.org> @@ -86,7 +86,7 @@ */ #include <sys/cdefs.h> -__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