diff options
author | 2001-07-08 23:23:53 +0000 | |
---|---|---|
committer | 2001-07-08 23:23:53 +0000 | |
commit | ac62383f85c3d4347a20b6750059cdcc44e93e58 (patch) | |
tree | 9d6e5b60728bf5a69b310cf41389835888f3b1dc | |
parent | mention radius but don't put it in the list of default authentication styles (diff) | |
download | wireguard-openbsd-ac62383f85c3d4347a20b6750059cdcc44e93e58.tar.xz wireguard-openbsd-ac62383f85c3d4347a20b6750059cdcc44e93e58.zip |
empty arg list is named void for convinience, i suppose
-rw-r--r-- | sys/arch/powerpc/include/db_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h index 53c5c9b5251..3656e4a39f6 100644 --- a/sys/arch/powerpc/include/db_machdep.h +++ b/sys/arch/powerpc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.8 2001/06/29 06:07:09 drahn Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.9 2001/07/08 23:23:53 mickey Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -98,7 +98,7 @@ db_regs_t ddb_regs; /* register state */ void kdb_kintr __P((void *)); int kdb_trap __P((int, void *)); void db_save_regs(struct trapframe *frame); -void ddb_trap __P(()); +void ddb_trap __P((void)); #endif /* _KERNEL */ |