libnl-tiny: ensure compatibility to libnl version 3 and higher
[openwrt.git] / package / libs / libnl-tiny / src / include / netlink / errno.h
index 0b43da0..f8b5130 100644 (file)
@@ -45,8 +45,13 @@ extern "C" {
 #define NLE_PROTO_MISMATCH     26
 #define NLE_NOACCESS           27
 #define NLE_PERM               28
+#define NLE_PKTLOC_FILE                29
+#define NLE_PARSE_ERR          30
+#define NLE_NODEV              31
+#define NLE_IMMUTABLE          32
+#define NLE_DUMP_INTR          33
 
-#define NLE_MAX                        NLE_PERM
+#define NLE_MAX                        NLE_DUMP_INTR
 
 extern const char *    nl_geterror(int);
 extern void            nl_perror(int, const char *);