diff options
author | 2010-05-23 22:41:49 +0000 | |
---|---|---|
committer | 2010-05-23 22:41:49 +0000 | |
commit | 5fed2a1a218b7b5fc34af96661539ce0c43c9ee3 (patch) | |
tree | dfb3942a7b03204d993d622d0fcc996396147b81 | |
parent | #ifdef arc is just too common, but I don't know how to extract this correctly (diff) | |
download | wireguard-openbsd-5fed2a1a218b7b5fc34af96661539ce0c43c9ee3.tar.xz wireguard-openbsd-5fed2a1a218b7b5fc34af96661539ce0c43c9ee3.zip |
seteconf() died years ago
-rw-r--r-- | sys/arch/i386/include/cpu.h | 7 | ||||
-rw-r--r-- | sys/arch/mac68k/include/autoconf.h | 5 |
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 1511b4f15ec..e3944a92479 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.109 2009/12/09 14:27:34 oga Exp $ */ +/* $OpenBSD: cpu.h,v 1.110 2010/05/23 22:41:49 deraadt Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -433,11 +433,6 @@ void mp_setperf_init(void); void vm86_gpfault(struct proc *, int); #endif /* VM86 */ -#ifdef GENERIC -/* swapgeneric.c */ -void setconf(void); -#endif /* GENERIC */ - #endif /* _KERNEL */ /* diff --git a/sys/arch/mac68k/include/autoconf.h b/sys/arch/mac68k/include/autoconf.h index 4639349c45a..737fa7374e7 100644 --- a/sys/arch/mac68k/include/autoconf.h +++ b/sys/arch/mac68k/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.13 2006/07/11 18:58:15 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.14 2010/05/23 22:41:50 deraadt Exp $ */ /* $NetBSD: autoconf.h,v 1.5 1996/12/17 06:47:40 scottr Exp $ */ /* @@ -42,9 +42,6 @@ */ #ifdef _KERNEL -/* autoconf.c */ -void setconf(void); - /* machdep.c */ void mac68k_set_io_offsets(vaddr_t); void dumpconf(void); |