On 05/22/2013 06:26 PM, [email protected] wrote: > Hi! >> Support of extended attributes in cgroups was added in Linux 3.7. >> + /* get xattr value */ >> + char xval[size]; >> + if (getxattr(file, tkeys[i].name, (void *)xval, size) == -1) { > The conversion from char * to void * should be automatic so the cast to > (void *) shouldn't be needed, or not? > Yes indeed it converted implicitly.
------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
