diff options
author | mm <mm@FreeBSD.org> | 2007-06-05 21:35:34 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-06-05 21:35:34 +0800 |
commit | f68206a82b8c0f80b209386611c4b63bf73898c8 (patch) | |
tree | e121eee13976d0c527648ea20fdcbff5f90f0095 | |
parent | d53f670d46b9b73604d59ea38af7232ce95a48e2 (diff) | |
download | freebsd-ports-gnome-f68206a82b8c0f80b209386611c4b63bf73898c8.tar.gz freebsd-ports-gnome-f68206a82b8c0f80b209386611c4b63bf73898c8.tar.zst freebsd-ports-gnome-f68206a82b8c0f80b209386611c4b63bf73898c8.zip |
- remove obsolete patch
PR: ports/113344
Submitted by: maintainer
Approved by: garga (mentor)
-rw-r--r-- | sysutils/lsof/files/patch-dlsof.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/lsof/files/patch-dlsof.h b/sysutils/lsof/files/patch-dlsof.h deleted file mode 100644 index a4beb2bcc246..000000000000 --- a/sysutils/lsof/files/patch-dlsof.h +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 */ |