summaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-02-07 08:32:16 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-02-07 08:32:16 +0000
commitdafdd3c88dce4b5eea44510efa33936c8ba2ca57 (patch)
tree9baca2e023d98ed47a61d975ef5391b3f309b0ab /sys/ddb
parentdacc8c0e8f88832323ba989ba2b176360417b325 (diff)
i hate militarists, pacifists either.
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_aout.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c
index 320f3327c08..706136de845 100644
--- a/sys/ddb/db_aout.c
+++ b/sys/ddb/db_aout.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_aout.c,v 1.14 1997/02/07 08:04:10 deraadt Exp $ */
+/* $OpenBSD: db_aout.c,v 1.15 1997/02/07 08:32:15 mickey Exp $ */
/* $NetBSD: db_aout.c,v 1.14 1996/02/27 20:54:43 gwr Exp $ */
/*
@@ -357,16 +357,12 @@ X_db_stub_xh(sym, xh)
db_symtab_t sym;
struct exec *xh;
{
-#if 0
extern char kernel_text[];
-#endif
bzero(xh, sizeof(*xh));
xh->a_midmag = htonl((((0 << 10) | MID_ZERO) << 16) | ZMAGIC);
xh->a_syms = *sym->private;
-#if 0
xh->a_entry = (u_long)kernel_text;
-#endif
}
/*