CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/24 16:43:31
Modified files:
lib/libc/gen : alarm.c
Log message:
alarm(3): remove superfluous pointer
The pointer `itp' doesn't serve any purpose here, remove it.
Since we're changing these lines, we may as well rename `it' to `itv'
to match the existing `oitv'.
Thread: https://marc.info/?l=openbsd-tech&m=162380665115598&w=2
ok millert@
