/[rdesktop]/jpeg/rdesktop/trunk/disk.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/disk.c

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

revision 574 by stargo, Wed Jan 21 23:53:55 2004 UTC revision 576 by stargo, Thu Jan 22 20:31:59 2004 UTC
# Line 88  Line 88 
88  #define STATFS_T statvfs  #define STATFS_T statvfs
89  #define F_NAMELEN(buf) ((buf).f_namemax)  #define F_NAMELEN(buf) ((buf).f_namemax)
90    
91  #elif defined(__OpenBSD__)  #elif (defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__))
92  #include <sys/param.h>  #include <sys/param.h>
93  #include <sys/mount.h>  #include <sys/mount.h>
94  #define STATFS_FN(path, buf) (statfs(path,buf))  #define STATFS_FN(path, buf) (statfs(path,buf))

Legend:
Removed from v.574  
changed lines
  Added in v.576

  ViewVC Help
Powered by ViewVC 1.1.26