Module Name:    src
Committed By:   mlelstv
Date:           Sat Oct  5 18:04:53 UTC 2024

Modified Files:
        src/sys/kern: syscalls.master

Log Message:
New syscall requires SYSVSEM build option.


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 src/sys/kern/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/syscalls.master
diff -u src/sys/kern/syscalls.master:1.314 src/sys/kern/syscalls.master:1.315
--- src/sys/kern/syscalls.master:1.314	Thu Oct  3 16:50:52 2024
+++ src/sys/kern/syscalls.master	Sat Oct  5 18:04:53 2024
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.314 2024/10/03 16:50:52 christos Exp $
+	$NetBSD: syscalls.master,v 1.315 2024/10/05 18:04:53 mlelstv Exp $
 
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
 
@@ -1065,6 +1065,8 @@
 			    const struct timespec *timeout, \
 			    const sigset_t *sigmask); }
 505	STD	RUMP	{ int|sys|100|dup3(int from, int to, int flags); }
+#if defined(SYSVSHM) || !defined(_KERNEL_OPT)
 506	STD 		{ int|sys||semtimedop(int semid, \
 			    struct sembuf *sops, size_t nsops, \
 			    struct timespec *timeout); }
+#endif

Reply via email to