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 Original file line number Diff line number Diff line change 1- open Xapi_stdext_unix
1+ module Unixext = Xapi_stdext_unix. Unixext
22open Fe
33
44let open_unix_domain_sock () =
Original file line number Diff line number Diff line change 2323
2424let default_path = [ " /sbin" ; " /usr/sbin" ; " /bin" ; " /usr/bin" ]
2525
26- open Xapi_stdext_pervasives.Pervasiveext
26+ let finally = Xapi_stdext_pervasives.Pervasiveext. finally
2727
2828type pidty = (Unix .file_descr * int ) (* The forking executioner has been used, therefore we need to tell *it* to waitpid *)
2929
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ let log_failure args child_pid reason =
9898 Fe_debug. error " %d (%s) %s" child_pid cmdline' reason
9999
100100let report_child_exit comms_sock args child_pid status =
101- let open Xapi_stdext_unix in
101+ let module Unixext = Xapi_stdext_unix. Unixext in
102102 let pr = match status with
103103 | Unix. WEXITED n ->
104104 (* Unfortunately logging this was causing too much spam *)
You can’t perform that action at this time.
0 commit comments