alarm(3): remove superfluous pointer
authorcheloha <cheloha@openbsd.org>
Thu, 24 Jun 2021 22:43:31 +0000 (22:43 +0000)
committercheloha <cheloha@openbsd.org>
Thu, 24 Jun 2021 22:43:31 +0000 (22:43 +0000)
commitcc6be637ff74e784c669dcd5697f20e086a0dc14
treef3645d9f57c8c265632eec0b33a165afcc15058b
parentb70cc4580466cc3e3a462b1563a604ccc9e1f2a0
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@
lib/libc/gen/alarm.c