Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net add __USE
details: https://anonhg.NetBSD.org/src/rev/16e7554f45ab
branches: trunk
changeset: 326330:16e7554f45ab
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 25 21:10:41 2014 +0000
description:
add __USE
diffstat:
sys/net/if_etherip.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r a745d8bc0704 -r 16e7554f45ab sys/net/if_etherip.c
--- a/sys/net/if_etherip.c Sat Jan 25 21:10:29 2014 +0000
+++ b/sys/net/if_etherip.c Sat Jan 25 21:10:41 2014 +0000
@@ -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 <rosenfeld%grumpf.hope-2000.org@localhost>
@@ -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 @@
} else m_freem(m);
}
mutex_exit(softnet_lock);
+ __USE(error);
}
static int
Home |
Main Index |
Thread Index |
Old Index