Dimitry Andric 0aa9d419aa Fix the following warning from clang trunk:
usr.sbin/dconschat/dconschat.c:163:65: error: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
        snprintf(buf, PAGE_SIZE, "\r\n[dconschat reset target(addr=0x%zx)...]\r\n", dc->reset);
                                                                     ~~^            ~~~~~~~~~
                                                                     %llx

Silence this by casting dc->reset to intmax_t, and using the appropriate
length modifier.  While here, wrap the line to a 80 character margin.

MFC after:	3 days
2012-03-19 19:17:55 +00:00
..
2010-12-06 10:24:06 +00:00
2012-03-07 23:57:49 +00:00
2011-06-24 07:05:20 +00:00
2010-02-26 09:41:16 +00:00
2011-11-06 16:40:17 +00:00
2012-01-13 09:08:41 +00:00
2011-12-30 10:58:14 +00:00
2011-12-30 10:58:14 +00:00
2012-02-29 07:33:07 +00:00
2011-12-30 10:58:14 +00:00
2011-12-30 10:58:14 +00:00
2010-12-20 08:54:30 +00:00
2011-06-24 07:05:20 +00:00
2010-12-20 09:36:54 +00:00
2011-12-30 10:58:14 +00:00
2011-12-30 10:58:14 +00:00
2011-12-30 10:58:14 +00:00
2011-11-13 06:39:49 +00:00
2011-12-11 19:22:42 +00:00
2011-12-30 10:58:14 +00:00
2011-12-30 10:58:14 +00:00
2011-12-30 10:58:14 +00:00
2011-08-06 09:11:30 +00:00
2010-10-05 06:31:11 +00:00
2011-12-30 10:58:14 +00:00
2010-07-30 11:58:18 +00:00
2012-02-11 20:28:42 +00:00
2011-12-30 10:58:14 +00:00
2012-03-10 14:38:34 +00:00
2012-02-09 08:33:04 +00:00
2012-02-11 20:28:42 +00:00