Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/aarch64 linux/aarch64/syscalls.master:...



details:   https://anonhg.NetBSD.org/src/rev/082e322d39b0
branches:  trunk
changeset: 378272:082e322d39b0
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Jul 29 06:45:49 2023 +0000

description:
linux/aarch64/syscalls.master: Include linux_misc.h.

diffstat:

 sys/compat/linux/arch/aarch64/syscalls.master |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8778f1422e7a -r 082e322d39b0 sys/compat/linux/arch/aarch64/syscalls.master
--- a/sys/compat/linux/arch/aarch64/syscalls.master     Sat Jul 29 06:44:44 2023 +0000
+++ b/sys/compat/linux/arch/aarch64/syscalls.master     Sat Jul 29 06:45:49 2023 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.6 2023/07/28 19:01:10 christos Exp $
+       $NetBSD: syscalls.master,v 1.7 2023/07/29 06:45:49 rin Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -53,6 +53,7 @@
 #include <compat/sys/time.h>
 
 #include <compat/linux/common/linux_types.h>
+#include <compat/linux/common/linux_misc.h>
 #include <compat/linux/common/linux_machdep.h>
 #include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/common/linux_ipc.h>



Home | Main Index | Thread Index | Old Index