Untested changes SUCK
authorderaadt <deraadt@openbsd.org>
Fri, 7 Feb 1997 08:04:10 +0000 (08:04 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 7 Feb 1997 08:04:10 +0000 (08:04 +0000)
sys/ddb/db_aout.c

index ae376ac..320f332 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: db_aout.c,v 1.13 1997/02/07 07:03:38 mickey Exp $     */
+/*     $OpenBSD: db_aout.c,v 1.14 1997/02/07 08:04:10 deraadt Exp $    */
 /*     $NetBSD: db_aout.c,v 1.14 1996/02/27 20:54:43 gwr Exp $ */
 
 /* 
@@ -357,12 +357,16 @@ 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
 }
 
 /*