FreeBSD Bugzilla – Attachment 233910 Details for
Bug 263972
net-mgmt/p0f: Fix build on 13.1 and current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build on recent FreeBSD
p0f.diff (text/plain), 860 bytes, created by
Jung-uk Kim
on 2022-05-14 13:48:06 UTC
(
hide
)
Description:
Fix build on recent FreeBSD
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2022-05-14 13:48:06 UTC
Size:
860 bytes
patch
obsolete
>diff --git a/net-mgmt/p0f/files/patch-process.c b/net-mgmt/p0f/files/patch-process.c >index fea6321a09b9..45e2e41e749b 100644 >--- a/net-mgmt/p0f/files/patch-process.c >+++ b/net-mgmt/p0f/files/patch-process.c >@@ -1,6 +1,14 @@ >---- process.c.orig 2012-01-16 22:43:57.000000000 -0500 >-+++ process.c 2012-03-18 16:01:24.966689978 -0400 >-@@ -22,6 +22,9 @@ >+--- process.c.orig 2016-04-16 01:18:17 UTC >++++ process.c >+@@ -8,6 +8,7 @@ >+ >+ */ >+ >++#include <stddef.h> >+ #include <stdio.h> >+ #include <stdlib.h> >+ #include <unistd.h> >+@@ -22,6 +23,9 @@ > #include <arpa/inet.h> > #include <sys/time.h> > #include <sys/stat.h> >@@ -10,7 +18,7 @@ > > #include "types.h" > #include "config.h" >-@@ -106,7 +109,7 @@ >+@@ -106,7 +110,7 @@ static void find_offset(const u8* data, s32 total_len) > case DLT_LINUX_SLL: link_off = 16; return; > #endif /* DLT_LINUX_SLL */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263972
: 233910