diff options
author | 2001-07-13 19:55:41 +0000 | |
---|---|---|
committer | 2001-07-13 19:55:41 +0000 | |
commit | 61d6129fa45bf57b0290b362d9b7df9d6dab732a (patch) | |
tree | 38ed12fac1741a8217cf82cc9710b0d4b21945b1 | |
parent | lower 500 from the book (diff) | |
download | wireguard-openbsd-61d6129fa45bf57b0290b362d9b7df9d6dab732a.tar.xz wireguard-openbsd-61d6129fa45bf57b0290b362d9b7df9d6dab732a.zip |
delete duplicate definitions
-rw-r--r-- | sys/arch/i386/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 05bda12fa74..58b1a6d7e6d 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.37 2001/06/21 12:57:43 niklas Exp $ */ +/* $OpenBSD: cpu.h,v 1.38 2001/07/13 19:55:41 deraadt Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -123,7 +123,6 @@ extern u_quad_t pentium_base_tsc; } while (0) #endif #endif -void delay __P((int)); /* * pull in #defines for kinds of processors @@ -178,7 +177,6 @@ void fix_f00f __P((void)); void dkcsumattach __P((void)); /* machdep.c */ -void delay __P((int)); void dumpconf __P((void)); void cpu_reset __P((void)); void i386_proc0_tss_ldt_init __P((void)); |