]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'cramfs' of https://github.com/kerolasa/lelux-utiliteetit
authorKarel Zak <kzak@redhat.com>
Tue, 26 Jul 2011 12:41:28 +0000 (14:41 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Jul 2011 12:41:28 +0000 (14:41 +0200)
* 'cramfs' of https://github.com/kerolasa/lelux-utiliteetit:
  include: move fsck return values to exitcodes.h
  include: move disk-utils/mkfs.h -> include/exitcodes.h
  mkfs.cramfs: coding style
  mkfs.cramfs: include-what-you-use header check
  mkfs.cramfs: error printing fixes
  mkfs.cramfs: convert spaces to tabs
  mkfs.cramfs: validate numeric user inputs
  mkfs.cramfs: few symbolic exit codes where missing
  md5: use symbolical digest length
  mkfs.cramfs: use program_invocation_short_name
  mkfs.cramfs: use xalloc.h
  fsck.cramfs: add missed strings to translation
  fsck.cramfs: coding style
  fsck.cramfs: use xalloc.h
  fsck.cramfs: retire die function
  cramfs.h: coding style
  cramfs: use stdint.h instead of u{8,16,32}
  cramfs_common: coding style

Conflicts:
disk-utils/Makefile.am

Signed-off-by: Karel Zak <kzak@redhat.com>
1  2 
disk-utils/Makefile.am
disk-utils/mkfs.minix.c
include/Makefile.am

index 69072e1dfedf731ba36d7eb3e3dcba0d53ec2228,88a10a12b434748a7e2883413c36d22248886227..6ca19c6a8dc13c56fc978ec48eb557dffe93a65c
@@@ -15,9 -15,8 +15,9 @@@ dist_man_MANS = isosize.8 mkfs.8 mkswap
  
  sbin_PROGRAMS = mkfs mkswap fsck.minix mkfs.minix mkfs.bfs
  
 -fsck_minix_SOURCES = fsck.minix.c minix.h $(top_srcdir)/lib/ismounted.c
 -mkfs_minix_SOURCES = mkfs.minix.c minix.h $(utils_common) $(top_srcdir)/lib/strutils.c
 +fsck_minix_SOURCES = fsck.minix.c minix_programs.h $(top_srcdir)/lib/ismounted.c
- mkfs_minix_SOURCES = mkfs.minix.c minix_programs.h mkfs.h $(utils_common) \
-                   $(top_srcdir)/lib/strutils.c
++mkfs_minix_SOURCES = mkfs.minix.c minix_programs.h $(utils_common) \
++                  $(top_srcdir)/lib/strutils.c 
  mkfs_bfs_SOURCES = mkfs.bfs.c $(utils_common) $(top_srcdir)/lib/strutils.c
  
  swaplabel_SOURCES = swaplabel.c $(utils_common)
Simple merge
Simple merge