SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
https://github.com/fgont/ipv6toolkit/commit/b3cb7be1820ca90c0ff10bc2924ec0585f89a098
--- tools/flow6.c.orig Sun Apr 5 16:00:06 2015
+++ tools/flow6.c Mon Apr 27 22:59:14 2015
@@ -681,7 +681,7 @@ int send_fid_probe(void){
dlt_null->family= PF_INET6;
}
#if defined (__OpenBSD__)
- else if(idata->type == DLT_LOOP){
+ else if(idata.type == DLT_LOOP){
dlt_null->family= htonl(PF_INET6);
}
#endif