Changeset b5b5d84 in mainline for uspace/lib/fs/libfs.c


Ignore:
Timestamp:
2017-03-30T18:58:28Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
23a0368
Parents:
fe91f66
Message:

Rename statfs() to vfs_statfs_path() and provide relativized vfs_statfs()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fs/libfs.c

    rfe91f66 rb5b5d84  
    4545#include <str.h>
    4646#include <sys/stat.h>
    47 #include <sys/statfs.h>
    4847#include <stdlib.h>
    4948#include <fibril_synch.h>
    5049#include <ipc/vfs.h>
     50#include <vfs/vfs.h>
    5151
    5252#define on_error(rc, action) \
Note: See TracChangeset for help on using the changeset viewer.