diff options
| author | ryo <ryo@NetBSD.org> | 2021-09-23 06:56:26 +0000 |
|---|---|---|
| committer | ryo <ryo@NetBSD.org> | 2021-09-23 06:56:26 +0000 |
| commit | f036aca9a82f207e0cbdd6a9ad2665c0ec2cc8e4 (patch) | |
| tree | 09114cc968970023b3c1bf9e919781d41b8d3ab6 /sys/compat/linux/common/linux_socketcall.c | |
| parent | b8dd72b7252d147be60c2cc71da1323850d535d5 (diff) | |
add support COMPAT_LINUX for aarch64
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socketcall.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.c b/sys/compat/linux/common/linux_socketcall.c index 01634e2ed32..4b9da7c7e8e 100644 --- a/sys/compat/linux/common/linux_socketcall.c +++ b/sys/compat/linux/common/linux_socketcall.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socketcall.c,v 1.48 2017/02/09 22:01:48 christos Exp $ */ +/* $NetBSD: linux_socketcall.c,v 1.49 2021/09/23 06:56:27 ryo Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.48 2017/02/09 22:01:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.49 2021/09/23 06:56:27 ryo Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -74,7 +74,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.48 2017/02/09 22:01:48 christ #endif /* Used on: arm, i386, m68k, mips, ppc, sparc, sparc64 */ -/* Not used on: alpha, amd64 */ +/* Not used on: aarch64, alpha, amd64 */ /* * This file contains the linux_socketcall() multiplexer. Arguments |
