diff options
author | bde <bde@FreeBSD.org> | 1994-09-05 14:04:56 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1994-09-05 14:04:56 +0000 |
commit | 6e409adfcf3517a133a75838271181e23813de01 (patch) | |
tree | 48c9c85d9d5cd5d8440eb06bdb73a8c2d6ac876c /sys/ddb | |
parent | 2e15dccfd79a188e20ff5cda8acf0e9c585b0575 (diff) | |
download | FreeBSD-src-6e409adfcf3517a133a75838271181e23813de01.zip FreeBSD-src-6e409adfcf3517a133a75838271181e23813de01.tar.gz |
386bsd -> kernel in strings.
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_aout.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index 41187a7..7e146b4 100644 --- a/sys/ddb/db_aout.c +++ b/sys/ddb/db_aout.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_aout.c,v 1.6 1994/01/14 16:23:00 davidg Exp $ + * $Id: db_aout.c,v 1.7 1994/08/13 03:49:14 wollman Exp $ */ /* @@ -331,11 +331,11 @@ kdb_init(void) extern int end; if (esym > (char *)&end) { - X_db_sym_init((int *)&end, esym, "386bsd"); + X_db_sym_init((int *)&end, esym, "kernel"); } #endif - X_db_sym_init (db_symtab, 0, "386bsd"); + X_db_sym_init (db_symtab, 0, "kernel"); } #if 0 |