View | Details | Raw Unified | Return to bug 268279 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/lsof/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	lsof
4
PORTNAME=	lsof
5
DISTVERSION=	4.96.4
5
DISTVERSION=	4.96.4
6
PORTREVISION=	1
6
PORTEPOCH=	8
7
PORTEPOCH=	8
7
CATEGORIES=	sysutils
8
CATEGORIES=	sysutils
8
9
(-)b/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h (-1 / +10 lines)
Added Link Here
0
- 
1
--- dialects/freebsd/dlsof.h.orig	2022-12-10 00:10:23 UTC
2
+++ dialects/freebsd/dlsof.h
3
@@ -144,6 +144,7 @@ int     getmntinfo(struct statfs **, int);
4
 
5
 #undef	INADDR_LOOPBACK
6
 
7
+#include <sys/callout.h>
8
 #include <netinet/in.h>
9
 #include <netinet/in_systm.h>
10
 #include <netinet/ip.h>

Return to bug 268279