Rev 3845 | Rev 4465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3845 | Rev 3882 | ||
---|---|---|---|
Line 120... | Line 120... | ||
120 | int main(int argc, char **argv) |
120 | int main(int argc, char **argv) |
121 | { |
121 | { |
122 | int vfs_phone; |
122 | int vfs_phone; |
123 | int rc; |
123 | int rc; |
124 | 124 | ||
125 | printf("FAT: HelenOS FAT file system server.\n"); |
125 | printf("fat: HelenOS FAT file system server.\n"); |
126 | 126 | ||
127 | rc = fat_idx_init(); |
127 | rc = fat_idx_init(); |
128 | if (rc != EOK) |
128 | if (rc != EOK) |
129 | goto err; |
129 | goto err; |
130 | 130 |