2ea077b77c
bzero.c is now a "#define BZERO//#include memset.c" type file. Remove comment from Makefile about the fact that this is on the todo list.
5 lines
96 B
C
5 lines
96 B
C
/* $NetBSD: bzero.c,v 1.8 1998/08/04 06:25:10 perry Exp $ */
|
|
|
|
#define BZERO
|
|
#include "memset.c"
|