comment was nonsens
This commit is contained in:
parent
c4d1e93222
commit
6c9f3ecc09
|
|
@ -370,8 +370,6 @@ bcopy(const void *vfrom, void *vto, size_t num)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef bzero
|
#ifndef bzero
|
||||||
/* can't declare void here, because we've already used it in this file */
|
|
||||||
/* and haven't declared it void before the use */
|
|
||||||
void
|
void
|
||||||
bzero(void *vptr, size_t num)
|
bzero(void *vptr, size_t num)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue