~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/vfs/vfs.h

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include <fibril_synch.h>
40
40
#include <sys/types.h>
41
41
#include <loc.h>
42
 
#include <bool.h>
 
42
#include <stdbool.h>
43
43
#include <ipc/vfs.h>
44
44
#include <task.h>
45
45