Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_lookup.c

    r34832c3 rfafb8e5  
    325325 *
    326326 * @param base    The file from which to perform the lookup.
    327  * @param path    Path to be resolved; It must be an absolute path
    328  *                which get resolved relatively to base; it must be a
    329  *                NULL-terminated string. Example: If /foo is parent
    330  *                and path is "/bar/baz", the result would be /foo/bar/baz.
    331  *                Just "bar/baz" is not valid.
     327 * @param path    Path to be resolved; it must be a NULL-terminated
     328 *                string.
    332329 * @param lflag   Flags to be used during lookup.
    333330 * @param result  Empty structure where the lookup result will be stored.
Note: See TracChangeset for help on using the changeset viewer.