diff options
author | 2005-10-22 21:14:28 +0000 | |
---|---|---|
committer | 2005-10-22 21:14:28 +0000 | |
commit | 0a38971f1c2f99bd47c8ef1865163cd2d38516d5 (patch) | |
tree | c2dfa502006dee59f9f51f919016d07b7df8e48c | |
parent | fix warning when compiling usr.bin/rcs (diff) | |
download | wireguard-openbsd-0a38971f1c2f99bd47c8ef1865163cd2d38516d5.tar.xz wireguard-openbsd-0a38971f1c2f99bd47c8ef1865163cd2d38516d5.zip |
Initialize ddb again.
ok drahn@, "yeah" deraadt@
-rw-r--r-- | sys/arch/macppc/macppc/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/machdep.c b/sys/arch/macppc/macppc/machdep.c index ed44faeac4d..a64cca0f235 100644 --- a/sys/arch/macppc/macppc/machdep.c +++ b/sys/arch/macppc/macppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.79 2005/10/15 21:45:00 kettenis Exp $ */ +/* $OpenBSD: machdep.c,v 1.80 2005/10/22 21:14:28 kettenis Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -396,7 +396,7 @@ initppc(startkernel, endkernel, args) } bootpath= &bootpathbuf[0]; -#ifdef notyet_DDB +#ifdef DDB ddb_init(); #endif |