Module Name: src Committed By: perseant Date: Mon Aug 12 22:32:11 UTC 2024
Modified Files: src/sbin/mount_exfatfs [perseant-exfatfs]: mount_exfatfs.c mount_exfatfs.h src/sys/fs/exfatfs [perseant-exfatfs]: exfatfs.h exfatfs_mount.h Log Message: Move struct exfatfs_args into <fs/exfatfs/exfatfs_mount.h> so mount programs don't need to include the entire exfatfs.h. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sbin/mount_exfatfs/mount_exfatfs.c \ src/sbin/mount_exfatfs/mount_exfatfs.h cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/fs/exfatfs/exfatfs.h cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/fs/exfatfs/exfatfs_mount.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.