On Thu, 2013-11-14 at 01:06 +0100, Lennart Poettering wrote: > > > +int __dhcp_option_append(uint8_t **buf, int *buflen, uint8_t code, > > + uint8_t optlen, void *optval); > > + > > The "__" prefix is actually private property by the C compiler, > according to ANSI C. Please do not define your own symbols in this > namespace. (Also why even?)
Freudian slip, used in other projects related to ConnMan... will fix. Cheers, Patrik _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel