The type of a pointer to const characters is not the same as a const pointer
authorniklas <niklas@openbsd.org>
Mon, 28 Apr 1997 01:33:47 +0000 (01:33 +0000)
committerniklas <niklas@openbsd.org>
Mon, 28 Apr 1997 01:33:47 +0000 (01:33 +0000)
commit30be28620152a3b2ac74879d735a2957f24a608e
treecebffab5f486899c9ea97a7692a1cb4bb924c977
parent86ba1b33086bf03f04b4ab99f4eb83852460a198
The type of a pointer to const characters is not the same as a const pointer
to non-const characters.  Besides, the prototypes for copyin and friends, as
well as timeout/untimeout takes void *, not caddr_t (char *), so I matched
them.  Slight KNF.  This change makes it pass -Wcast-qual.
sys/kern/kern_time.c