Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern include opt_compat_netbsd.h, so that eg COMPAT_70 w...



details:   https://anonhg.NetBSD.org/src/rev/14227824988f
branches:  trunk
changeset: 828204:14227824988f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Dec 02 08:22:04 2017 +0000

description:
include opt_compat_netbsd.h, so that eg COMPAT_70 will be set.

diffstat:

 sys/kern/uipc_usrreq.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 7d8f10748ad5 -r 14227824988f sys/kern/uipc_usrreq.c
--- a/sys/kern/uipc_usrreq.c    Sat Dec 02 08:15:42 2017 +0000
+++ b/sys/kern/uipc_usrreq.c    Sat Dec 02 08:22:04 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_usrreq.c,v 1.181 2016/10/31 15:05:05 maxv Exp $   */
+/*     $NetBSD: uipc_usrreq.c,v 1.182 2017/12/02 08:22:04 mrg Exp $    */
 
 /*-
  * Copyright (c) 1998, 2000, 2004, 2008, 2009 The NetBSD Foundation, Inc.
@@ -96,7 +96,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.181 2016/10/31 15:05:05 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.182 2017/12/02 08:22:04 mrg Exp $");
+
+#ifdef _KERNEL_OPT
+#include "opt_compat_netbsd.h"
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index