type on microtime and remove printf in dk_establish.

This commit is contained in:
phil 1994-12-30 05:09:00 +00:00
parent d961845e16
commit f082f22fee
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.27 1994/12/05 19:27:40 phil Exp $ */
/* $NetBSD: machdep.c,v 1.28 1994/12/30 05:09:00 phil Exp $ */
/*-
* Copyright (c) 1982, 1987, 1990 The Regents of the University of California.
@ -749,7 +749,7 @@ boot(arghowto)
/*NOTREACHED*/
}
void
microtime(tvp)
register struct timeval *tvp;
{
@ -1183,5 +1183,4 @@ cpu_sysctl(name, namelen, oldp, oldlenp, newp, newlen, p)
int
dk_establish()
{
printf ("dk_establish ??? \n");
}