Deleted Added
full compact
29c29
< "$FreeBSD: head/usr.sbin/dumpcis/printcis.c 185032 2008-11-17 22:19:19Z imp $";
---
> "$FreeBSD: head/usr.sbin/dumpcis/printcis.c 185033 2008-11-17 22:46:29Z imp $";
52c52
< static void dump_device_desc(u_char *p, int len, char *type);
---
> static void dump_device_desc(u_char *p, int len, const char *type);
225,226c225,226
< char **expp;
< static char *pname[] =
---
> const char **expp;
> static const char *pname[] =
236c236
< static char *vexp[] =
---
> static const char *vexp[] =
238c238
< static char *cexp[] =
---
> static const char *cexp[] =
240c240
< static char *mant[] =
---
> static const char *mant[] =
273c273
< static char *mant[] =
---
> static const char *mant[] =
276c276
< static char *exp[] =
---
> static const char *exp[] =
279c279
< static char *scale_name[] =
---
> static const char *scale_name[] =
293c293
< print_num(int sz, char *fmt, u_char *p, int ofs)
---
> print_num(int sz, const char *fmt, u_char *p, int ofs)
698c698
< dump_device_desc(u_char *p, int len, char *type)
---
> dump_device_desc(u_char *p, int len, const char *type)
700c700
< static char *un_name[] =
---
> static const char *un_name[] =
702c702
< static char *speed[] =
---
> static const char *speed[] =
705c705
< static char *dev[] =
---
> static const char *dev[] =
781c781
< static char *id[] = {
---
> static const char *id[] = {
807c807
< static char *type[] = {
---
> static const char *type[] = {
824c824
< printf("\t\tUnkn device");
---
> printf("\t\tUnknown device");