~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/app/bdsh/cmds/modules/bdd/bdd.c

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include "bdd.h"
38
38
#include "cmds.h"
39
39
 
40
 
#include <libblock.h>
 
40
#include <block.h>
41
41
#include <loc.h>
42
42
#include <errno.h>
43
43
#include <assert.h>