On 04/02/2013 03:35 PM, Holger Freyther wrote: > +#define format_procfs_path(buffer, path, pid) \ > + snprintf(buffer, sizeof(buffer) - 1, "/proc/%lu/%s", (unsigned long) > pid, path); \ > + char_array_0(buffer);
http://gcc.gnu.org/onlinedocs/cpp/Swallowing-the-Semicolon.html -- ======================================================================== Ian Pilcher [email protected] Sometimes there's nothing left to do but crash and burn...or die trying. ======================================================================== _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
