CVS: rdesktop disk.c,1.29,1.30

Michael Gernoth <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13987

Modified Files:
	disk.c 
Log Message:
SGI support from Jeremy Meng <[email protected]>


Index: disk.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/disk.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** disk.c	6 Aug 2004 09:50:34 -0000	1.29
--- disk.c	9 Aug 2004 11:40:41 -0000	1.30
***************
*** 60,63 ****
--- 60,70 ----
  #define F_NAMELEN(buf) (NAME_MAX)
  
+ #elif (defined(__SGI_IRIX__))
+ #include <sys/types.h>
+ #include <sys/statvfs.h>
+ #define STATFS_FN(path, buf) (statvfs(path,buf))
+ #define STATFS_T statvfs
+ #define F_NAMELEN(buf) ((buf).f_namemax)
+ 
  #else
  #include <sys/vfs.h>		/* linux statfs */



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.