Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/amd64/include
Quentin Garnier wrote:
> Module Name: src
> Committed By: cube
> Date: Mon Mar 6 08:30:44 UTC 2006
>
> Modified Files:
>
> src/sys/arch/amd64/include: cpu.h
>
> Log Message:
>
> 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.
delay() is used in many parts of MI code. Given delay(9), shouldn't
local variables named "delay" be renamed instead?
Simon.
--
Simon Burge <simonb%wasabisystems.com@localhost>
NetBSD Support and Service: http://www.wasabisystems.com/
Home |
Main Index |
Thread Index |
Old Index