Changes in uspace/app/trace/trace.c [5930e3f:07b7c48] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
r5930e3f r07b7c48 724 724 o = oper_new("stat", 0, arg_def, V_ERRNO, 0, resp_def); 725 725 proto_add_oper(p, VFS_IN_STAT, o); 726 o = oper_new("statfs", 0, arg_def, V_ERRNO, 0, resp_def);727 proto_add_oper(p, VFS_IN_STATFS, o);728 726 729 727 proto_register(SERVICE_VFS, p);
Note:
See TracChangeset
for help on using the changeset viewer.