diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-06-09 13:28:27 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-06-09 13:28:27 +0000 |
| commit | 9121945d70032d3e3694dc95d2f574522b4105d2 (patch) | |
| tree | 4fdf51063122584beadc4ff27434f3e0d271488f /sys/arm64/linux | |
| parent | 61fe63f698148f8d63fe6f366c5e20bc7ad60b87 (diff) | |
Diffstat (limited to 'sys/arm64/linux')
| -rw-r--r-- | sys/arm64/linux/linux_proto.h | 1 | ||||
| -rw-r--r-- | sys/arm64/linux/linux_syscall.h | 1 | ||||
| -rw-r--r-- | sys/arm64/linux/linux_syscalls.c | 1 | ||||
| -rw-r--r-- | sys/arm64/linux/linux_sysent.c | 1 | ||||
| -rw-r--r-- | sys/arm64/linux/linux_systrace_args.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/arm64/linux/linux_proto.h b/sys/arm64/linux/linux_proto.h index 951ef93c6f99..b02e284d8d5e 100644 --- a/sys/arm64/linux/linux_proto.h +++ b/sys/arm64/linux/linux_proto.h @@ -2,7 +2,6 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically @generated. - * $FreeBSD$ */ #ifndef _LINUX_SYSPROTO_H_ diff --git a/sys/arm64/linux/linux_syscall.h b/sys/arm64/linux/linux_syscall.h index b3d01a89d0a1..fe44c5c87e81 100644 --- a/sys/arm64/linux/linux_syscall.h +++ b/sys/arm64/linux/linux_syscall.h @@ -2,7 +2,6 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically @generated. - * $FreeBSD$ */ #define LINUX_SYS_linux_setxattr 5 diff --git a/sys/arm64/linux/linux_syscalls.c b/sys/arm64/linux/linux_syscalls.c index 6dbb988814ea..d1762a9166f6 100644 --- a/sys/arm64/linux/linux_syscalls.c +++ b/sys/arm64/linux/linux_syscalls.c @@ -2,7 +2,6 @@ * System call names. * * DO NOT EDIT-- this file is automatically @generated. - * $FreeBSD$ */ const char *linux_syscallnames[] = { diff --git a/sys/arm64/linux/linux_sysent.c b/sys/arm64/linux/linux_sysent.c index 0155bf80f738..6f92bfe3d054 100644 --- a/sys/arm64/linux/linux_sysent.c +++ b/sys/arm64/linux/linux_sysent.c @@ -2,7 +2,6 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically @generated. - * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/arm64/linux/linux_systrace_args.c b/sys/arm64/linux/linux_systrace_args.c index ecc3241df319..123388136fd8 100644 --- a/sys/arm64/linux/linux_systrace_args.c +++ b/sys/arm64/linux/linux_systrace_args.c @@ -2,7 +2,6 @@ * System call argument to DTrace register array converstion. * * DO NOT EDIT-- this file is automatically @generated. - * $FreeBSD$ * This file is part of the DTrace syscall provider. */ |
