/[mldonkey]/mldonkey/src/daemon/driver/driverMain.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/driver/driverMain.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.43 by spiralvoice, Mon May 30 21:02:56 2005 UTC revision 1.44 by spiralvoice, Sat Jun 18 20:55:50 2005 UTC
# Line 519  let _ = Line 519  let _ =
519    lprint_newline ();    lprint_newline ();
520        
521    if Autoconf.system <> "windows" then    if Autoconf.system <> "windows" then
522      (* Doesn't work on windows with mingw, because getpid allways returns 948 *)      (* Doesn't work on windows with mingw, because getpid always returns 948 *)
523      (      (
524        let oc = open_out "mlnet.pid" in        let oc = open_out "mlnet.pid" in
525        output_string oc ( Printf.sprintf "%s\n" ( string_of_int ( Unix.getpid () ) ) );        output_string oc ( Printf.sprintf "%s\n" ( string_of_int ( Unix.getpid () ) ) );

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26