delay() is gone, so don't declare it. That way other parts of code that
use a variable named delay (say, netinet6/in6.c) won't shadow something that doesn't exist anyway.
This commit is contained in:
parent
60e2115aff
commit
56b94b8db7
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cpu.h,v 1.9 2005/12/24 22:50:07 perry Exp $ */
|
||||
/* $NetBSD: cpu.h,v 1.10 2006/03/06 08:30:44 cube Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -261,7 +261,6 @@ void identifycpu __P((struct cpu_info *));
|
||||
void cpu_probe_features __P((struct cpu_info *));
|
||||
|
||||
/* machdep.c */
|
||||
void delay __P((int));
|
||||
void dumpconf __P((void));
|
||||
int cpu_maxproc __P((void));
|
||||
void cpu_reset __P((void));
|
||||
|
Loading…
Reference in New Issue
Block a user