ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/extfs_beos.cpp
(Generate patch)

Comparing BasiliskII/src/BeOS/extfs_beos.cpp (file contents):
Revision 1.1 by cebix, 1999-10-19T17:41:28Z vs.
Revision 1.2 by cebix, 1999-10-19T21:33:57Z

# Line 18 | Line 18
18   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19   */
20  
21 + #include "sysdeps.h"
22 +
23   #include <sys/types.h>
24   #include <sys/stat.h>
25 + #include <string.h>
26   #include <stdio.h>
27   #include <stdlib.h>
28   #include <unistd.h>
29 + #include <fcntl.h>
30   #include <dirent.h>
31   #include <errno.h>
32  
33   #include <fs_attr.h>
34 + #include <support/TypeConstants.h>
35 + #include <storage/Mime.h>
36  
31 #include "sysdeps.h"
37   #include "extfs.h"
38   #include "extfs_defs.h"
39  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines