~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/app/mkmfs/mkmfs.c

  • Committer: Vojtech Horky
  • Date: 2017-06-14 06:22:31 UTC
  • mfrom: (2103.1.569 HelenOS.mainline)
  • Revision ID: vojtechhorky@users.sourceforge.net-20170614062231-q4ui9pyxp0gs2hrl
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include <stdio.h>
40
40
#include <stdlib.h>
41
41
#include <block.h>
42
 
#include <unistd.h>
43
42
#include <errno.h>
44
 
#include <sys/typefmt.h>
45
43
#include <inttypes.h>
46
44
#include <getopt.h>
47
45
#include <mem.h>