File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1010pub  mod  curuser; 
1111pub  mod  group; 
1212pub  mod  io; 
13+ pub  mod  ipc; 
1314pub  mod  lzw; 
1415pub  mod  modestr; 
1516pub  mod  platform; 
1617pub  mod  priority; 
1718pub  mod  sccsfile; 
18- pub  mod  sys; 
1919pub  mod  terminal; 
2020pub  mod  testing; 
2121pub  mod  utmpx; 
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ fn display_message_queues(_args: &Args) {
8686                break ; 
8787            } 
8888
89-             let  key = plib:: sys :: get_key_from_msqid_ds ( & msg_ds) ; 
89+             let  key = plib:: ipc :: get_key_from_msqid_ds ( & msg_ds) ; 
9090            let  mode = msg_ds. msg_perm . mode ; 
9191            let  uid = msg_ds. msg_perm . uid ; 
9292            let  gid = msg_ds. msg_perm . gid ; 
@@ -150,7 +150,7 @@ fn display_shared_memory(_args: &Args) {
150150            continue ; 
151151        } 
152152
153-         let  key = plib:: sys :: get_key_from_ipc_perm ( & shmbuf. shm_perm ) ; 
153+         let  key = plib:: ipc :: get_key_from_ipc_perm ( & shmbuf. shm_perm ) ; 
154154        let  mode = shmbuf. shm_perm . mode ; 
155155        let  uid = shmbuf. shm_perm . uid ; 
156156        let  gid = shmbuf. shm_perm . gid ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments