HuntnGather – Diff between revs 28 and 29

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 28 Rev 29
Line 3... Line 3...
3 /////////////////////////////////////////////////////////////////////////// 3 ///////////////////////////////////////////////////////////////////////////
Line 4... Line 4...
4   4  
5 #include <stdio.h> 5 #include <stdio.h>
6 #include <stdlib.h> 6 #include <stdlib.h>
7 #include <string.h> -  
8 #include <dirent.h> 7 #include <string.h>
-   8 #if !defined ___AmigaOS___
-   9 #include <dirent.h>
9 #if !defined ___AmigaOS___ 10 #include <sys/stat.h>
10 #include <signal.h> 11 #include <signal.h>
Line 11... Line 12...
11 #endif 12 #endif
12   -  
13 #include <sys/types.h> 13  
Line 14... Line 14...
14 #include <sys/stat.h> 14 #include <sys/types.h>
15 #include <sys/syslimits.h> 15 #include <sys/syslimits.h>
16   16  
Line 800... Line 800...
800 struct FileInfoBlock *FIBp, *FIBq; 800 struct FileInfoBlock *FIBp, *FIBq;
801 BPTR lockp, lockq; 801 BPTR lockp, lockq;
802 #else 802 #else
803 DIR *dir; 803 DIR *dir;
804 struct dirent *entry; 804 struct dirent *entry;
805 #endif -  
806 struct stat dirStat; 805 struct stat dirStat;
807   806 #endif
808 stringStack *stack; 807 stringStack *stack;
809 stats *stats; 808 stats *stats;
810 int i; 809 int i;
811 char *path; 810 char *path;
812 char *sub; 811 char *sub;