Marc Kleine-Budde <[email protected]> writes: > > if (proc_dir) { > > /* unique socket address as filename */ > > - sprintf(bo->procname, "%p", sock); > ^^^^^^^^^^^^^ > Just wondering: > Is this a "struct bcm_sock", right? Is the procname member still used, > or can it be removed now?
Yes, it is a struct bcm_sock. And the patch actually does remove the procname member from that struct. See the first hunk of the patch for bcm.c. urs _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
