View | Details | Raw Unified | Return to bug 263972
Collapse All | Expand All

(-)b/net-mgmt/p0f/files/patch-process.c (-4 / +12 lines)
Lines 1-6 Link Here
1
--- process.c.orig	2012-01-16 22:43:57.000000000 -0500
1
--- process.c.orig	2016-04-16 01:18:17 UTC
2
+++ process.c	2012-03-18 16:01:24.966689978 -0400
2
+++ process.c
3
@@ -22,6 +22,9 @@
3
@@ -8,6 +8,7 @@
4
 
5
  */
6
 
7
+#include <stddef.h>
8
 #include <stdio.h>
9
 #include <stdlib.h>
10
 #include <unistd.h>
11
@@ -22,6 +23,9 @@
4
 #include <arpa/inet.h>
12
 #include <arpa/inet.h>
5
 #include <sys/time.h>
13
 #include <sys/time.h>
6
 #include <sys/stat.h>
14
 #include <sys/stat.h>
Lines 10-16 Link Here
10
 
18
 
11
 #include "types.h"
19
 #include "types.h"
12
 #include "config.h"
20
 #include "config.h"
13
@@ -106,7 +109,7 @@
21
@@ -106,7 +110,7 @@ static void find_offset(const u8* data, s32 total_len)
14
     case DLT_LINUX_SLL:  link_off = 16; return;
22
     case DLT_LINUX_SLL:  link_off = 16; return;
15
 #endif /* DLT_LINUX_SLL */
23
 #endif /* DLT_LINUX_SLL */
16
 
24
 

Return to bug 263972