Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Add missing opt_net_mpsafe.h.
details: https://anonhg.NetBSD.org/src/rev/1c6ba873e24c
branches: trunk
changeset: 351879:1c6ba873e24c
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Mar 03 06:27:20 2017 +0000
description:
Add missing opt_net_mpsafe.h.
diffstat:
sys/dev/usb/if_axe.c | 5 +++--
sys/net/if_llatbl.c | 3 ++-
sys/netinet6/nd6_rtr.c | 8 ++++++--
3 files changed, 11 insertions(+), 5 deletions(-)
diffs (62 lines):
diff -r cda6387718bc -r 1c6ba873e24c sys/dev/usb/if_axe.c
--- a/sys/dev/usb/if_axe.c Fri Mar 03 04:37:05 2017 +0000
+++ b/sys/dev/usb/if_axe.c Fri Mar 03 06:27:20 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_axe.c,v 1.80 2017/01/12 18:26:08 maya Exp $ */
+/* $NetBSD: if_axe.c,v 1.81 2017/03/03 06:27:20 msaitoh Exp $ */
/* $OpenBSD: if_axe.c,v 1.137 2016/04/13 11:03:37 mpi Exp $ */
/*
@@ -87,11 +87,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.80 2017/01/12 18:26:08 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.81 2017/03/03 06:27:20 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
#include "opt_usb.h"
+#include "opt_net_mpsafe.h"
#endif
#include <sys/param.h>
diff -r cda6387718bc -r 1c6ba873e24c sys/net/if_llatbl.c
--- a/sys/net/if_llatbl.c Fri Mar 03 04:37:05 2017 +0000
+++ b/sys/net/if_llatbl.c Fri Mar 03 06:27:20 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_llatbl.c,v 1.17 2017/01/16 15:44:46 christos Exp $ */
+/* $NetBSD: if_llatbl.c,v 1.18 2017/03/03 06:27:20 msaitoh Exp $ */
/*
* Copyright (c) 2004 Luigi Rizzo, Alessandro Cerri. All rights reserved.
* Copyright (c) 2004-2008 Qing Li. All rights reserved.
@@ -33,6 +33,7 @@
#include "opt_ddb.h"
#include "opt_inet.h"
#include "opt_inet6.h"
+#include "opt_net_mpsafe.h"
#endif
#include "arp.h"
diff -r cda6387718bc -r 1c6ba873e24c sys/netinet6/nd6_rtr.c
--- a/sys/netinet6/nd6_rtr.c Fri Mar 03 04:37:05 2017 +0000
+++ b/sys/netinet6/nd6_rtr.c Fri Mar 03 06:27:20 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nd6_rtr.c,v 1.133 2017/02/22 07:05:47 ozaki-r Exp $ */
+/* $NetBSD: nd6_rtr.c,v 1.134 2017/03/03 06:27:20 msaitoh Exp $ */
/* $KAME: nd6_rtr.c,v 1.95 2001/02/07 08:09:47 itojun Exp $ */
/*
@@ -31,7 +31,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nd6_rtr.c,v 1.133 2017/02/22 07:05:47 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6_rtr.c,v 1.134 2017/03/03 06:27:20 msaitoh Exp $");
+
+#ifdef _KERNEL_OPT
+#include "opt_net_mpsafe.h"
+#endif
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index