From 510218d471db2a4664aa0a21d46297731c90f013 Mon Sep 17 00:00:00 2001 From: gwr Date: Fri, 16 Feb 1996 17:25:46 +0000 Subject: [PATCH] Make delay() prototype into a comment. --- sys/sys/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/cpu.h b/sys/sys/cpu.h index cd6e6970ac47..cdd8dcc371e2 100644 --- a/sys/sys/cpu.h +++ b/sys/sys/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.3 1996/02/14 21:49:49 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.4 1996/02/16 17:25:46 gwr Exp $ */ /* * Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -44,7 +44,7 @@ __BEGIN_DECLS void consinit __P((void)); void boot __P((int)); void pagemove __P((caddr_t, caddr_t, size_t)); -void delay __P((unsigned)); +/* delay() is declared in */ int bounds_check_with_label __P((struct buf *, struct disklabel *, int)); int dk_establish __P((struct disk *, struct device *));