git: d6d4183cc54e - main - syscalls.master: Remove stray blank lines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 17:15:09 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=d6d4183cc54e8fc59619d03fd6b8dc08fd9ecc6f
commit d6d4183cc54e8fc59619d03fd6b8dc08fd9ecc6f
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-02-01 17:13:19 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-02-01 17:14:40 +0000
syscalls.master: Remove stray blank lines
No functional change.
---
sys/kern/syscalls.master | 5 -----
1 file changed, 5 deletions(-)
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 2f1bea33ac8f..e85bc2796401 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1277,7 +1277,6 @@
217 AUE_NULL NODEF|NOTSTATIC lkmnosys lkmnosys nosys_args int
218 AUE_NULL NODEF|NOTSTATIC lkmnosys lkmnosys nosys_args int
219 AUE_NULL NODEF|NOTSTATIC lkmnosys lkmnosys nosys_args int
-
220 AUE_SEMCTL COMPAT7|NOSTD {
int __semctl(
int semid,
@@ -2300,19 +2299,16 @@
int sig
);
}
-
434 AUE_NULL COMPAT10 {
int _umtx_lock(
_Inout_ struct umtx *umtx
);
}
-
435 AUE_NULL COMPAT10 {
int _umtx_unlock(
_Inout_ struct umtx *umtx
);
}
-
436 AUE_JAIL_ATTACH STD {
int jail_attach(
int jid
@@ -2437,7 +2433,6 @@
_In_ void *value
);
}
-
457 AUE_MQ_OPEN NOSTD {
int kmq_open(
_In_z_ const char *path,