Dmitry V. Levin
cdb2f40124
netfilter: uapi: fix linux/netfilter/nf_osf.h userspace compilation errors
...
Move inclusion of <linux/ip.h> and <linux/tcp.h> from
linux/netfilter/xt_osf.h to linux/netfilter/nf_osf.h to fix
the following linux/netfilter/nf_osf.h userspace compilation errors:
/usr/include/linux/netfilter/nf_osf.h:59:24: error: 'MAX_IPOPTLEN' undeclared here (not in a function)
struct nf_osf_opt opt[MAX_IPOPTLEN];
/usr/include/linux/netfilter/nf_osf.h:64:17: error: field 'ip' has incomplete type
struct iphdr ip;
/usr/include/linux/netfilter/nf_osf.h:65:18: error: field 'tcp' has incomplete type
struct tcphdr tcp;
Fixes: bfb15f2a95 ("netfilter: extract Passive OS fingerprint infrastructure from xt_osf")
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org >
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org >
2018-08-16 19:37:09 +02:00
..
2018-02-23 05:28:41 -05:00
2018-08-16 19:37:09 +02:00
2018-04-24 10:29:18 +02:00
2018-05-06 23:33:03 +02:00
2018-07-19 23:26:01 -07:00
2018-02-21 13:15:33 -05:00
2018-07-16 16:35:34 +02:00
2018-08-06 10:24:33 +02:00
2018-06-19 10:39:54 -04:00
2018-06-07 17:34:39 -07:00
2018-06-07 17:34:39 -07:00
2018-02-27 13:02:54 +01:00
2018-03-14 10:15:34 +01:00
2018-07-27 09:15:47 -06:00
2018-03-30 14:16:24 -06:00
2018-07-09 09:07:52 -06:00
2018-03-08 02:22:34 +01:00
2018-08-13 01:02:39 +02:00
2018-05-23 13:23:40 -04:00
2018-07-20 10:25:48 +02:00
2018-05-31 11:35:24 +02:00
2018-07-27 10:40:16 +02:00
2018-02-14 13:23:51 -05:00
2018-02-14 13:23:51 -05:00
2018-05-01 14:25:37 -04:00
2018-04-11 10:28:38 -07:00
2018-07-29 12:53:54 -07:00
2018-07-12 17:37:13 -07:00
2018-04-04 12:12:38 -04:00
2018-07-19 13:58:44 -07:00
2018-07-04 22:30:28 +09:00
2018-08-07 12:15:03 -07:00
2018-02-01 16:28:55 -05:00
2018-02-28 22:44:43 -05:00
2018-06-05 15:15:32 -07:00
2018-03-20 17:11:44 +01:00
2018-05-29 10:12:45 -04:00
2018-03-23 11:31:58 -04:00
2018-04-23 11:10:33 -04:00
2018-07-29 12:57:26 -07:00
2018-06-08 00:18:02 +02:00
2018-06-29 11:32:55 +09:00
2018-02-14 11:16:28 +01:00
2018-07-29 12:37:06 -07:00
2018-02-26 09:49:21 -06:00
2018-02-27 07:42:51 -06:00
2018-02-27 07:42:51 -06:00
2018-06-07 17:34:37 -07:00
2018-03-15 17:27:51 -04:00
2018-07-30 23:13:38 +02:00
2018-08-03 10:03:57 -07:00
2018-02-13 11:23:24 -05:00
2018-04-20 09:15:18 -04:00
2018-02-26 10:14:46 -05:00
2018-02-05 21:35:03 +01:00
2018-07-24 14:41:08 -07:00
2018-07-13 14:21:16 -07:00
2018-03-17 14:45:23 -06:00
2018-04-11 10:28:37 -07:00
2018-06-20 19:10:06 -06:00
2018-03-05 10:43:37 -05:00
2018-02-01 21:27:22 -08:00
2018-07-09 16:31:28 -07:00
2018-07-29 12:37:06 -07:00
2018-08-03 21:15:09 +02:00
2018-06-30 21:08:12 +09:00
2018-05-09 16:37:05 -04:00
2018-07-08 11:13:25 +09:00
2018-06-07 12:45:58 -07:00
2018-07-25 11:46:21 +02:00
2018-08-07 12:22:15 -07:00
2018-07-24 14:44:00 -07:00
2018-08-11 12:13:49 -07:00
2018-06-15 18:10:01 -03:00
2018-02-06 22:53:56 +00:00
2018-05-31 00:13:56 +08:00
2018-02-21 16:56:03 -08:00
2018-03-20 03:17:41 +02:00
2018-04-14 11:59:31 -04:00
2018-07-23 21:17:44 -07:00
2018-06-03 17:37:16 -07:00
2018-07-10 22:18:52 +02:00
2018-07-23 20:44:12 -07:00
2018-07-04 11:36:54 +09:00
2018-05-05 00:51:44 +02:00
2018-05-24 11:57:36 +02:00
2018-04-11 10:28:37 -07:00
2018-03-09 11:01:19 -08:00
2018-04-11 10:28:37 -07:00
2018-04-26 19:51:12 -05:00
2018-07-25 22:25:53 -07:00
2018-08-05 17:16:46 -07:00
2018-03-28 18:47:18 +03:00
2018-08-13 08:42:25 -07:00
2018-06-18 21:02:52 -04:00
2018-08-01 09:56:10 -07:00
2018-06-24 14:39:46 +02:00
2018-04-20 11:04:05 -04:00
2018-06-30 21:05:42 +09:00
2018-03-22 14:43:35 -04:00
2018-04-27 11:05:41 -04:00
2018-04-23 11:10:33 -04:00
2018-05-24 18:38:51 +02:00
2018-05-26 09:16:44 +02:00
2018-04-26 15:08:04 -04:00
2018-02-06 18:32:44 -08:00
2018-03-22 06:32:15 -04:00
2018-02-26 08:15:50 -05:00
2018-03-26 13:22:58 -06:00
2018-08-06 10:41:04 -07:00
2018-03-22 06:26:05 -04:00
2018-04-24 21:44:01 +03:00
2018-06-12 04:59:29 +03:00
2018-05-14 11:01:29 +02:00
2018-05-28 22:59:54 -04:00
2018-05-14 13:46:04 -04:00
2018-06-23 16:07:15 +02:00