summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frantzen <frantzen@cvs.openbsd.org>2001-08-19 17:49:01 +0000
committerMike Frantzen <frantzen@cvs.openbsd.org>2001-08-19 17:49:01 +0000
commitac5259951219b8fd32cd404a899ca2ec14ffcb3a (patch)
treee63343a11b2292e453e207d3aa6c2df8f1c4d451
parent18190c666a5fec09896ce59d5f8428ec185f00d1 (diff)
Needed a simple cast after a sparc64 change.
-rw-r--r--sys/ddb/db_sym.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c
index b0f1a4d1cae..146f346d937 100644
--- a/sys/ddb/db_sym.c
+++ b/sys/ddb/db_sym.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_sym.c,v 1.23 2001/08/19 16:41:07 art Exp $ */
+/* $OpenBSD: db_sym.c,v 1.24 2001/08/19 17:49:00 frantzen Exp $ */
/* $NetBSD: db_sym.c,v 1.24 2000/08/11 22:50:47 tv Exp $ */
/*
@@ -138,7 +138,7 @@ ddb_init()
#ifdef __sparc64__
xssym = ssym;
#else
- xssym = &end;
+ xssym = (char *)&end;
#endif
/*
* Do this check now for the master symbol table to avoid printing