summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-04-15 20:46:45 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-04-15 20:46:45 +0100
commit807b69b7890bd5c058a31dbf71fca5c57753eaf5 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentFix merge into release (diff)
downloadpatches-807b69b7890bd5c058a31dbf71fca5c57753eaf5.tar.bz2
patches-807b69b7890bd5c058a31dbf71fca5c57753eaf5.tar.xz
patches-807b69b7890bd5c058a31dbf71fca5c57753eaf5.zip
No longer needed since 4.88-r1
-rw-r--r--sys-process/lsof-4.88/linux.dnode.c.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-process/lsof-4.88/linux.dnode.c.patch b/sys-process/lsof-4.88/linux.dnode.c.patch
deleted file mode 100644
index 42a3d17..0000000
--- a/sys-process/lsof-4.88/linux.dnode.c.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-*** dnode.c
---- lsof_4.88_src/dialects/linux/dnode.c
-***************
-*** 580,586 ****
- Lf->inp_ty = 1;
-
- #if defined(HASEPTOPTS)
-! if (Lf->ntype == N_FIFO) {
- (void) enter_pinfo();
- Lf->sf |= SELPINFO;
- }
---- 580,586 ----
- Lf->inp_ty = 1;
-
- #if defined(HASEPTOPTS)
-! if ((Lf->ntype == N_FIFO) && FpipeE) {
- (void) enter_pinfo();
- Lf->sf |= SELPINFO;
- }