/[mldonkey]/mldonkey/src/config/mingw/mlUnix.ml
ViewVC logotype

Diff of /mldonkey/src/config/mingw/mlUnix.ml

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

revision 1.4 by spiralvoice, Sat May 28 09:43:23 2005 UTC revision 1.5 by spiralvoice, Tue Jul 26 21:35:10 2005 UTC
# Line 79  external set_nonblock: Unix.file_descr - Line 79  external set_nonblock: Unix.file_descr -
79    
80  let mini (x: int) y = if x < y then x else y  let mini (x: int) y = if x < y then x else y
81    
 let write fd s pos len = Unix.write fd s pos (mini len 16000)  
82    let write fd s pos len = Unix.write fd s pos (mini len 16000)
83    
84    let bsize dir = Int64.of_int (-1)
85    let blocks dir = Int64.of_int (-1)
86    let bfree dir = Int64.of_int (-1)
87    let bavail dir = Int64.of_int (-1)
88    let fnamelen dir = Int64.of_int 255
89    let disktotal dir = Int64.of_int (-1)
90    let diskfree dir = Int64.of_int (-1)
91    let diskused dir = Int64.of_int (-1)
92    let percentused dir = (-1)
93    let percentfree dir = (-1)
94    let filesystem dir = "not supported"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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