Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet fix: i386/ALL build failure
details: https://anonhg.NetBSD.org/src/rev/fc5d4b90da87
branches: trunk
changeset: 346038:fc5d4b90da87
user: knakahara <knakahara%NetBSD.org@localhost>
date: Mon Jun 20 08:08:13 2016 +0000
description:
fix: i386/ALL build failure
diffstat:
sys/netinet/ip_carp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9237980557b5 -r fc5d4b90da87 sys/netinet/ip_carp.c
--- a/sys/netinet/ip_carp.c Mon Jun 20 07:23:56 2016 +0000
+++ b/sys/netinet/ip_carp.c Mon Jun 20 08:08:13 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_carp.c,v 1.69 2016/06/20 06:46:38 knakahara Exp $ */
+/* $NetBSD: ip_carp.c,v 1.70 2016/06/20 08:08:13 knakahara Exp $ */
/* $OpenBSD: ip_carp.c,v 1.113 2005/11/04 08:11:54 mcbride Exp $ */
/*
@@ -33,7 +33,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.69 2016/06/20 06:46:38 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.70 2016/06/20 08:08:13 knakahara Exp $");
/*
* TODO:
@@ -2112,7 +2112,7 @@
KASSERT(KERNEL_LOCKED_P());
if (sc->sc_carpdev != NULL && sc->sc_state == MASTER) {
- return if_output_lock(sc->sc_carpdev, ifp, m, sa, rt));
+ return if_output_lock(sc->sc_carpdev, ifp, m, sa, rt);
} else {
m_freem(m);
return (ENETUNREACH);
Home |
Main Index |
Thread Index |
Old Index