* We get bcopy from libkern.o now.

This commit is contained in:
matthias 1996-11-07 07:34:02 +00:00
parent 6ed1a51b35
commit 10af6d961f
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.2 1994/10/26 08:25:49 cgd Exp $ */ /* $NetBSD: machdep.c,v 1.3 1996/11/07 07:34:02 matthias Exp $ */
/* /*
* Copyright (c) 1994 Philip L. Budne. * Copyright (c) 1994 Philip L. Budne.
@ -42,13 +42,6 @@
int testing = 0; int testing = 0;
void
bzero( char *addr, int len )
{
while (len-- > 0)
*addr++ = '\0';
}
/* XXX TEMP; would like to use code more like hp300 scsi.c */ /* XXX TEMP; would like to use code more like hp300 scsi.c */
void void