diff --git a/sys/kern/sys_memfd.c b/sys/kern/sys_memfd.c index 853e08d324a5..48bc84027860 100644 --- a/sys/kern/sys_memfd.c +++ b/sys/kern/sys_memfd.c @@ -1,4 +1,4 @@ -/* $NetBSD: sys_memfd.c,v 1.3 2023/07/29 08:46:27 riastradh Exp $ */ +/* $NetBSD: sys_memfd.c,v 1.4 2023/07/29 08:46:47 riastradh Exp $ */ /*- * Copyright (c) 2023 The NetBSD Foundation, Inc. @@ -30,15 +30,16 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: sys_memfd.c,v 1.3 2023/07/29 08:46:27 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sys_memfd.c,v 1.4 2023/07/29 08:46:47 riastradh Exp $"); #include #include + #include #include #include +#include #include -#include #include #include diff --git a/sys/sys/miscfd.h b/sys/sys/memfd.h similarity index 96% rename from sys/sys/miscfd.h rename to sys/sys/memfd.h index 034dac1a3c9d..f00d753624b0 100644 --- a/sys/sys/miscfd.h +++ b/sys/sys/memfd.h @@ -1,4 +1,4 @@ -/* $NetBSD: miscfd.h,v 1.1 2023/07/10 15:49:19 christos Exp $ */ +/* $NetBSD: memfd.h,v 1.1 2023/07/29 08:46:47 riastradh Exp $ */ /*- * Copyright (c) 2023 The NetBSD Foundation, Inc. diff --git a/usr.bin/fstat/misc.c b/usr.bin/fstat/misc.c index 8006831feea1..0027611daf00 100644 --- a/usr.bin/fstat/misc.c +++ b/usr.bin/fstat/misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: misc.c,v 1.26 2023/07/10 15:49:19 christos Exp $ */ +/* $NetBSD: misc.c,v 1.27 2023/07/29 08:46:47 riastradh Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include -__RCSID("$NetBSD: misc.c,v 1.26 2023/07/10 15:49:19 christos Exp $"); +__RCSID("$NetBSD: misc.c,v 1.27 2023/07/29 08:46:47 riastradh Exp $"); #include #include @@ -56,7 +56,7 @@ __RCSID("$NetBSD: misc.c,v 1.26 2023/07/10 15:49:19 christos Exp $"); #undef _KERNEL #include #include -#include +#include #include #include