aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lsof/files/patch-dlsof.h
blob: a4beb2bcc2467915988904591518917d7377a12b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- dialects/freebsd/dlsof.h.orig	Mon Oct  3 06:22:52 2005
+++ dialects/freebsd/dlsof.h	Sun Oct 16 00:18:58 2005
@@ -306,6 +306,9 @@ struct vop_advlock_args { int dummy; };	
 #include <fs/devfs/devfs_int.h>
 #   endif	/* defined(SI_PRIV) */
 
+#if	FREEBSDV>=6000
+#include <sys/sx.h>       
+#endif	/* FREEBSDV>=6000 */
 #include <fs/devfs/devfs.h>
 #undef	_KERNEL
 #  endif	/* FREEBSDV>=5000 */