diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/compat/common/kern_time_30.c | 6 | ||||
| -rw-r--r-- | sys/compat/common/rtsock_14.c | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/compat/common/kern_time_30.c b/sys/compat/common/kern_time_30.c index 3cf96fcc848..6debc5af7e4 100644 --- a/sys/compat/common/kern_time_30.c +++ b/sys/compat/common/kern_time_30.c @@ -1,4 +1,4 @@ -/* $NetBSD: kern_time_30.c,v 1.4 2011/01/19 10:21:16 tsutsui Exp $ */ +/* $NetBSD: kern_time_30.c,v 1.5 2016/11/03 03:37:06 riastradh Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -36,9 +36,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: kern_time_30.c,v 1.4 2011/01/19 10:21:16 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_time_30.c,v 1.5 2016/11/03 03:37:06 riastradh Exp $"); +#ifdef _KERNEL_OPT #include "opt_ntp.h" +#endif #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/common/rtsock_14.c b/sys/compat/common/rtsock_14.c index b00950cab65..165e7821e05 100644 --- a/sys/compat/common/rtsock_14.c +++ b/sys/compat/common/rtsock_14.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtsock_14.c,v 1.4 2011/07/17 20:54:50 joerg Exp $ */ +/* $NetBSD: rtsock_14.c,v 1.5 2016/11/03 03:37:06 riastradh Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,9 +61,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtsock_14.c,v 1.4 2011/07/17 20:54:50 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtsock_14.c,v 1.5 2016/11/03 03:37:06 riastradh Exp $"); +#ifdef _KERNEL_OPT #include "opt_inet.h" +#endif #include <sys/param.h> #include <sys/systm.h> |
