[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] 13120:3e2d3d737624 breaks Solaris compile



The changes to xentop.c:

-                       vwprintw(stdscr, (char *)fmt, args);
+                       vwprintw(stdscr, (const char *)fmt, args);
-       addstr((char *)str);
+       addstr((const char *)str);

Are both unneccessary on Linux (as they're const char * already), and
broken on Solaris, where we have rather unfortunate prototypes from
pre-history that aren't constified. I think these need to be reverted
back to being the meaningful '(char *)'.

regards,
john

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.