diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 22:41:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 22:41:51 +0000 |
commit | 22bfa887a3d98fe67ad553bf37793e74ab6f8142 (patch) | |
tree | bf97617a053826f59d8cab92e7842252492e53a8 /sys/arch/mac68k | |
parent | df67f20fd79b452958d556be7e61f23e0c09cf8e (diff) |
seteconf() died years ago
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/include/autoconf.h | 5 |
1 files changed, 1 insertions, 4 deletions
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); |