File tree Expand file tree Collapse file tree 7 files changed +10
-0
lines changed
Expand file tree Collapse file tree 7 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 33// For the full copyright and license information, please view the LICENSE
44// file that was distributed with this source code.
55// spell-checker:ignore (vars) RFILE
6+ #![ cfg( target_os = "linux" ) ]
67#![ allow( clippy:: upper_case_acronyms) ]
78
89use clap:: builder:: ValueParser ;
Original file line number Diff line number Diff line change 22//
33// For the full copyright and license information, please view the LICENSE
44// file that was distributed with this source code.
5+ #![ cfg( target_os = "linux" ) ]
6+
57use std:: ffi:: OsString ;
68use std:: fmt:: Write ;
79use std:: io;
Original file line number Diff line number Diff line change 22//
33// For the full copyright and license information, please view the LICENSE
44// file that was distributed with this source code.
5+ #![ cfg( target_os = "linux" ) ]
6+
57use std:: ffi:: { CStr , CString , OsStr } ;
68use std:: marker:: PhantomData ;
79use std:: os:: raw:: { c_int, c_long, c_short} ;
Original file line number Diff line number Diff line change 1+ #![ cfg( target_os = "linux" ) ]
12uucore:: bin!( uu_chcon) ;
Original file line number Diff line number Diff line change 22//
33// For the full copyright and license information, please view the LICENSE
44// file that was distributed with this source code.
5+ #![ cfg( target_os = "linux" ) ]
6+
57use std:: ffi:: OsString ;
68use std:: fmt:: { Display , Formatter , Write } ;
79use std:: io;
Original file line number Diff line number Diff line change 1+ #![ cfg( target_os = "linux" ) ]
12uucore:: bin!( uu_runcon) ;
Original file line number Diff line number Diff line change 33// For the full copyright and license information, please view the LICENSE
44// file that was distributed with this source code.
55// spell-checker:ignore (vars) RFILE
6+ #![ cfg( target_os = "linux" ) ]
67
78use clap:: builder:: ValueParser ;
89use uucore:: error:: { UClapError , UError , UResult } ;
You can’t perform that action at this time.
0 commit comments