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

Comparing BasiliskII/src/Unix/extfs_unix.cpp (file contents):
Revision 1.1 by cebix, 1999-10-19T17:41:34Z vs.
Revision 1.2 by cebix, 1999-10-20T17:23:56Z

# Line 67 | Line 67 | struct ext2type {
67   };
68  
69   static const ext2type e2t_translation[] = {
70 <        {".z", 'ZIVM', 'LZIV'},
70 >        {".Z", 'ZIVM', 'LZIV'},
71          {".gz", 'Gzip', 'Gzip'},
72          {".hqx", 'TEXT', 'SITx'},
73          {".pdf", 'PDF ', 'CARO'},
# Line 102 | Line 102 | static const ext2type e2t_translation[]
102          {".txt", 'TEXT', 'ttxt'},
103          {".rtf", 'TEXT', 'MSWD'},
104          {".c", 'TEXT', 'R*ch'},
105 +        {".C", 'TEXT', 'R*ch'},
106          {".cc", 'TEXT', 'R*ch'},
107          {".cpp", 'TEXT', 'R*ch'},
108          {".cxx", 'TEXT', 'R*ch'},
# Line 110 | Line 111 | static const ext2type e2t_translation[]
111          {".hpp", 'TEXT', 'R*ch'},
112          {".hxx", 'TEXT', 'R*ch'},
113          {".s", 'TEXT', 'R*ch'},
114 +        {".S", 'TEXT', 'R*ch'},
115          {".i", 'TEXT', 'R*ch'},
116          {".mpg", 'MPEG', 'TVOD'},
117          {".mpeg", 'MPEG', 'TVOD'},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines