/[rdesktop]/sourceforge.net/trunk/rdesktop/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 /sourceforge.net/trunk/rdesktop/disk.c

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

revision 616 by n-ki, Tue Feb 24 15:24:38 2004 UTC revision 627 by n-ki, Thu Mar 4 08:24:40 2004 UTC
# Line 105  Line 105 
105  #if (defined(SOLARIS) || defined (__hpux) || defined(__BEOS__))  #if (defined(SOLARIS) || defined (__hpux) || defined(__BEOS__))
106  #include <sys/statvfs.h>        /* solaris statvfs */  #include <sys/statvfs.h>        /* solaris statvfs */
107  #include <sys/mntent.h>  #include <sys/mntent.h>
108  #define HAVE_MNTENT_H  /* TODO: Fix mntent-handling for solaris */
109    #undef HAVE_MNTENT_H
110  #define MNTENT_PATH "/etc/mnttab"  #define MNTENT_PATH "/etc/mnttab"
111  #define STATFS_FN(path, buf) (statvfs(path,buf))  #define STATFS_FN(path, buf) (statvfs(path,buf))
112  #define STATFS_T statvfs  #define STATFS_T statvfs
# Line 132  Line 133 
133    
134  extern RDPDR_DEVICE g_rdpdr_device[];  extern RDPDR_DEVICE g_rdpdr_device[];
135    
136  struct fileinfo  FILEINFO g_fileinfo[MAX_OPEN_FILES];
 {  
         uint32 device_id, flags_and_attributes;  
         char path[256];  
         DIR *pdir;  
         struct dirent *pdirent;  
         char pattern[64];  
         BOOL delete_on_close;  
 }  
 g_fileinfo[MAX_OPEN_FILES];  
137    
138  typedef struct  typedef struct
139  {  {

Legend:
Removed from v.616  
changed lines
  Added in v.627

  ViewVC Help
Powered by ViewVC 1.1.26