the 4th argument of pinsyscalls() is now "number of pin elements",
authorderaadt <deraadt@openbsd.org>
Tue, 19 Dec 2023 06:58:36 +0000 (06:58 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 19 Dec 2023 06:58:36 +0000 (06:58 +0000)
not "size of the storage of the pin elements"

sys/kern/syscalls.master

index 31c051c..3770653 100644 (file)
@@ -1,4 +1,4 @@
-;      $OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp $
+;      $OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp $
 ;      $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 156    OBSOL           ogetdirentries
 157    OBSOL           statfs25
 158    STD             { int sys_pinsyscalls(void *base, size_t len, \
-                           uint *pins, size_t pinslen); }
+                           u_int *pins, int npins); }
 159    STD             { int sys_mimmutable(void *addr, size_t len); }
 160    STD             { int sys_waitid(int idtype, id_t id, \
                            siginfo_t *info, int options); }