Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/netinet6 Pull up following revision(s) (requested by ...
details: https://anonhg.NetBSD.org/src/rev/6908408af301
branches: netbsd-7
changeset: 798981:6908408af301
user: snj <snj%NetBSD.org@localhost>
date: Sat Feb 14 07:14:23 2015 +0000
description:
Pull up following revision(s) (requested by roy in ticket #509):
sys/netinet6/ip6_output.c: revision 1.163
CID/1267860: Missing break in switch
diffstat:
sys/netinet6/ip6_output.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r c007e3ffe585 -r 6908408af301 sys/netinet6/ip6_output.c
--- a/sys/netinet6/ip6_output.c Wed Feb 11 13:00:59 2015 +0000
+++ b/sys/netinet6/ip6_output.c Sat Feb 14 07:14:23 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip6_output.c,v 1.157.2.2 2015/01/23 09:27:15 martin Exp $ */
+/* $NetBSD: ip6_output.c,v 1.157.2.3 2015/02/14 07:14:23 snj Exp $ */
/* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */
/*
@@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip6_output.c,v 1.157.2.2 2015/01/23 09:27:15 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip6_output.c,v 1.157.2.3 2015/02/14 07:14:23 snj Exp $");
#include "opt_inet.h"
#include "opt_inet6.h"
@@ -2120,6 +2120,7 @@
else
optdata = (void *)&defpreftemp;
optdatalen = sizeof(int);
+ break;
default: /* should not happen */
#ifdef DIAGNOSTIC
panic("ip6_getpcbopt: unexpected option\n");
Home |
Main Index |
Thread Index |
Old Index