hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit fe60d325a9faeab3132aa9c704d99eedf543fbb3
parent 933763ed35ecd9a0a1263a195c5e267f95d67b18
Author: Joe Finney <me@spxtr.net>
Date:   Sun, 21 Jan 2024 12:50:44 +0000

Strip leading space in rt/+openbsd/syscalls.ha.

Merged during sr.ht outage so CI didn't catch it.

Signed-off-by: Joe Finney <me@spxtr.net>

Diffstat:
Mrt/+openbsd/syscalls.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rt/+openbsd/syscalls.ha b/rt/+openbsd/syscalls.ha @@ -489,7 +489,7 @@ export fn chroot(path: path) (void | errno) = { ) int; // kevent() wrapper. Renamed to not conflict with the struct "kevent" -export fn kevent_poll( +export fn kevent_poll( kq: int, changelist: nullable *const [*]kevent, nchanges: int,