import fsck_msdosfs to fix fsck.vfat crash of dosfstools 75/15375/3
authorgiyeol.ok <giyeol.ok@samsung.com>
Sat, 25 May 2013 05:18:54 +0000 (14:18 +0900)
committerjy910.yun <jy910.yun@samsung.com>
Tue, 21 Jan 2014 08:15:32 +0000 (17:15 +0900)
commit54a0a360b8f166677a9f79b27fb8f87449aab357
treefbd98edfa5a9e8ef12c7af5c8c1e324652e1cf50
parenta76a0d0f4cb1ae748b9ad0ed0396ef9ce434ff46
import fsck_msdosfs to fix fsck.vfat crash of dosfstools
 the reference url : http://code.metager.de/source/xref/NetBSD/src/sbin/fsck_msdos

Change-Id: I0fd66e7ca36d551f8c867ff292da0d32788cf932
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
13 files changed:
CMakeLists.txt
fsck-msdos/CMakeLists.txt [new file with mode: 0644]
fsck-msdos/LICENSE [new file with mode: 0644]
fsck-msdos/boot.c [new file with mode: 0644]
fsck-msdos/check.c [new file with mode: 0644]
fsck-msdos/dir.c [new file with mode: 0644]
fsck-msdos/dosfs.h [new file with mode: 0644]
fsck-msdos/ext.h [new file with mode: 0644]
fsck-msdos/fat.c [new file with mode: 0644]
fsck-msdos/fsutil.h [new file with mode: 0644]
fsck-msdos/main.c [new file with mode: 0644]
packaging/system-server.spec
src/mmc/vfat.c