ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/extfs_defs.h
(Generate patch)

Comparing BasiliskII/src/include/extfs_defs.h (file contents):
Revision 1.1 by cebix, 1999-10-19T17:41:42Z vs.
Revision 1.7 by gbeauche, 2005-01-30T21:42:15Z

# Line 1 | Line 1
1   /*
2   *  extfs_defs.h - MacOS types and structures for external file system
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 25 | Line 25
25  
26   // Gestalt selectors
27   enum {
28 <        gestaltFSAttr                           = 'fs  ',
28 >        gestaltFSAttr                           = FOURCC('f','s',' ',' '),
29          gestaltFullExtFSDispatching     = 0,
30          gestaltHasFSSpecCalls           = 1,
31          gestaltHasFileSystemManager     = 2,
# Line 37 | Line 37 | enum {
37   };
38  
39   enum {
40 <        gestaltFSMVersion                       = 'fsm '
40 >        gestaltFSMVersion                       = FOURCC('f','s','m',' ')
41   };
42  
43   // File attributes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines