On Thu, Sep 04, 2014 at 10:06:09AM +0200, Alexander Aring wrote: > On Thu, Sep 04, 2014 at 10:03:49AM +0200, Alexander Aring wrote: > > This patch adds a nl_updates header file to handle signed integer types > > via netlink. > > > > These types are support mainline at linux kernel but not supported by > > current netlink library, this is a workaround to add these types. > > > > It's protected by an ifdef, so it's safe when new netlink libraries will > > add these functions. > > > > Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> > > --- > > src/nl_updates.h | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 75 insertions(+) > > create mode 100644 src/nl_updates.h > > > > diff --git a/src/nl_updates.h b/src/nl_updates.h > > new file mode 100644 > > index 0000000..066d5bb > > --- /dev/null > > +++ b/src/nl_updates.h > > @@ -0,0 +1,75 @@ > > +/* > > + * lib/nl_updates.h - Updates to libnl which are not synced from kernel yet > > + * Copyright (C) 2012-2013 Jiri Pirko <jiri@xxxxxxxxxxx> > > + * > > + * This library is free software; you can redistribute it and/or > > + * modify it under the terms of the GNU Lesser General Public > > oh, I can't use this code it's LGPL. Sorry. I will remove it now, grml. > I will reimplement it to avoid any of license issues. What should I say about it? It should be the same code like this one, I also will follow the coding style of netlink and grab the necessary values from kernel interface. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html