diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-10-19 18:11:19 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-10-19 18:11:19 +0000 |
commit | 52a27a1c87a426e7413c9e3111424afe158871aa (patch) | |
tree | 5e21bc4043c3db5e526a8d84333c7dcb84b14a7b /sys/arch/i386/include/db_machdep.h | |
parent | 427059d75bab66fe1efef854f6525207b1aaaeae (diff) |
remove vars from some prototypes.
Diffstat (limited to 'sys/arch/i386/include/db_machdep.h')
-rw-r--r-- | sys/arch/i386/include/db_machdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/include/db_machdep.h b/sys/arch/i386/include/db_machdep.h index 26679bb1493..485a924ec22 100644 --- a/sys/arch/i386/include/db_machdep.h +++ b/sys/arch/i386/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.17 2006/11/29 22:40:13 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.18 2007/10/19 18:11:18 fgsch Exp $ */ /* $NetBSD: db_machdep.h,v 1.9 1996/05/03 19:23:59 christos Exp $ */ /* @@ -105,8 +105,8 @@ int kdb_trap(int, int, db_regs_t *); void db_machine_init(void); int db_enter_ddb(void); -void db_startcpu(int cpu); -void db_stopcpu(int cpu); +void db_startcpu(int); +void db_stopcpu(int); void i386_ipi_db(struct cpu_info *); extern struct mutex ddb_mp_mutex; |