summaryrefslogtreecommitdiff
path: root/sys-process/lsof-4.88/linux.dnode.c.patch
blob: 42a3d1777e1211c31113b522bfee810a02f5ed21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** 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;
  	    }