diff options
author | 2007-04-05 16:04:17 +0000 | |
---|---|---|
committer | 2007-04-05 16:04:17 +0000 | |
commit | fb57eac1ffcf0af56a0d01fa874b4c271c56897e (patch) | |
tree | 5a0ba27098536966fd1c17d36a27c3dc3fe2bbf8 | |
parent | regen (diff) | |
download | wireguard-openbsd-fb57eac1ffcf0af56a0d01fa874b4c271c56897e.tar.xz wireguard-openbsd-fb57eac1ffcf0af56a0d01fa874b4c271c56897e.zip |
delete userland DELAY() version; ok miod
-rw-r--r-- | sys/arch/mips64/include/param.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h index 77096393731..8b8bcadaa18 100644 --- a/sys/arch/mips64/include/param.h +++ b/sys/arch/mips64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.14 2006/03/19 01:47:24 martin Exp $ */ +/* $OpenBSD: param.h,v 1.15 2007/04/05 16:04:17 deraadt Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -131,9 +131,6 @@ void delay(int); void nanodelay(int); #endif - -#else /* !_KERNEL */ -#define DELAY(n) { int N = (n); while (--N > 0); } #endif /* !_KERNEL */ #endif /* !_MIPS_PARAM_H_ */ |