From d84e0ffaecaa8155c24bd6de1f11a291b7e1a908 Mon Sep 17 00:00:00 2001 From: Utkarsh Anand Date: Sun, 29 Oct 2017 09:42:42 +0530 Subject: Fix the SYS_SEMCTL value issue for NetBSD --- sys/netbsd/ipc_amd64.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netbsd/ipc_amd64.const') diff --git a/sys/netbsd/ipc_amd64.const b/sys/netbsd/ipc_amd64.const index 826ae6914..69fa49a29 100644 --- a/sys/netbsd/ipc_amd64.const +++ b/sys/netbsd/ipc_amd64.const @@ -20,7 +20,7 @@ SHM_RND = 8192 SYS_msgget = 225 SYS_msgrcv = 227 SYS_msgsnd = 226 -SYS_semctl = 510 +SYS_semctl = 442 SYS_semget = 221 SYS_semop = 222 SYS_shmat = 228 -- cgit mrf-deployment