aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/exfat.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-09-18 16:28:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-09-18 16:28:43 +0200
commit0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 (patch)
treecfe1328d742da3f0572ac8b2f06aa95259862ac5 /util-linux/volume_id/exfat.c
parentb63afead4411c5832d427ed149683c85cc81a4c9 (diff)
downloadbusybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.gz
busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.bz2
busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.zip
regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id/exfat.c')
-rw-r--r--util-linux/volume_id/exfat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/util-linux/volume_id/exfat.c b/util-linux/volume_id/exfat.c
index 14bf9d691..952b027d9 100644
--- a/util-linux/volume_id/exfat.c
+++ b/util-linux/volume_id/exfat.c
@@ -17,9 +17,6 @@
17 * License along with this library; if not, write to the Free Software 17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */ 19 */
20
21//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_EXFAT) += exfat.o
22
23//config:config FEATURE_VOLUMEID_EXFAT 20//config:config FEATURE_VOLUMEID_EXFAT
24//config: bool "exFAT filesystem" 21//config: bool "exFAT filesystem"
25//config: default y 22//config: default y
@@ -29,6 +26,8 @@
29//config: for flash drives. It has many features from NTFS, but with less 26//config: for flash drives. It has many features from NTFS, but with less
30//config: overhead. exFAT is used on most SDXC cards for consumer electronics. 27//config: overhead. exFAT is used on most SDXC cards for consumer electronics.
31 28
29//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_EXFAT) += exfat.o
30
32#include "volume_id_internal.h" 31#include "volume_id_internal.h"
33 32
34#define EXFAT_SB_OFFSET 0 33#define EXFAT_SB_OFFSET 0