Changes in uspace/srv/vfs/vfs.c [c1694b6b:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
rc1694b6b rb7fd2a0 88 88 int main(int argc, char **argv) 89 89 { 90 int rc;90 errno_t rc; 91 91 92 92 printf("%s: HelenOS VFS server\n", NAME);
Note:
See TracChangeset
for help on using the changeset viewer.