Variable db_maxoff is in other files declared as unsigned long.

* ddb/db_print.c (db_maxoff): Use unsigned long instead of an unsigned int.

---
 ddb/db_print.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ddb/db_print.c b/ddb/db_print.c
index 75c914e..fbc0960 100644
--- a/ddb/db_print.c
+++ b/ddb/db_print.c
@@ -53,7 +53,7 @@
 #include <ddb/db_task_thread.h>
 #include <ddb/db_print.h>
 
-extern unsigned int    db_maxoff;
+extern unsigned long   db_maxoff;
 
 /* ARGSUSED */
 void
-- 
1.8.1.4


Reply via email to