CVS: rdesktop disk.c,1.40,1.41
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-serv731 Modified Files: disk.c Log Message: OSF1 fixes from [ 938867 ] Misc porting patches by Marc W. Mengel Index: disk.c =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/disk.c,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** disk.c 3 Nov 2004 13:56:44 -0000 1.40 --- disk.c 23 Dec 2004 20:43:47 -0000 1.41 *************** *** 67,70 **** --- 67,76 ---- #define F_NAMELEN(buf) ((buf).f_namemax) + #elif (defined(__alpha) && !defined(linux)) + #include <sys/mount.h> /* osf1 statfs */ + #define STATFS_FN(path, buf) (statfs(path,buf,sizeof(buf))) + #define STATFS_T statfs + #define F_NAMELEN(buf) (255) + #else #include <sys/vfs.h> /* linux statfs */ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/