Changeset 82650385 in mainline for uspace/app/mkminix/mkminix.c


Ignore:
Timestamp:
2011-03-05T17:11:24Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3564cdd
Parents:
939b7d2
Message:

export minixfs headers into a separate library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkminix/mkminix.c

    r939b7d2 r82650385  
    4848#include <getopt.h>
    4949#include <mem.h>
    50 #include "mfs_const.h"
    51 #include "mfs_inode.h"
    52 #include "mfs_super.h"
     50#include <fs/minix.h>
    5351
    5452#define NAME    "mkminix"
     
    264262                "           valid block size values are 1024, 2048 and 4096 bytes per block\n"
    265263                "-i ##      Specify the number of inodes for the filesystem\n"
    266                 "-l         Use 30-char long filenames (V1/V2 only)");
     264                "-l         Use 30-char long filenames (V1/V2 only)\n");
    267265        }
    268266}
Note: See TracChangeset for help on using the changeset viewer.