CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2023/07/06 01:47:04
Modified files: regress/sys/copy: copy.c Log message: sysctl(2) is now sysctl(3), in particular it does not access name[0] in userland. This test should have been written with a signal handler to be accurate.. Anyways, stop using syscall() to work around that ok kettenis