Remove leftovers.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f1b3840c9a
commit
b28def2171
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276703
@ -37,8 +37,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
|
|
||||||
#include "fstyp.h"
|
#include "fstyp.h"
|
||||||
|
|
||||||
#define G_LABEL_ISO9660_DIR "iso9660"
|
|
||||||
|
|
||||||
#define ISO9660_MAGIC "\x01" "CD001" "\x01\x00"
|
#define ISO9660_MAGIC "\x01" "CD001" "\x01\x00"
|
||||||
#define ISO9660_OFFSET 0x8000
|
#define ISO9660_OFFSET 0x8000
|
||||||
#define VOLUME_LEN 32
|
#define VOLUME_LEN 32
|
||||||
|
@ -42,8 +42,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
#define NTFS_FILEMAGIC ((uint32_t)(0x454C4946))
|
#define NTFS_FILEMAGIC ((uint32_t)(0x454C4946))
|
||||||
#define NTFS_VOLUMEINO 3
|
#define NTFS_VOLUMEINO 3
|
||||||
|
|
||||||
#define G_LABEL_NTFS_DIR "ntfs"
|
|
||||||
|
|
||||||
struct ntfs_attr {
|
struct ntfs_attr {
|
||||||
uint32_t a_type;
|
uint32_t a_type;
|
||||||
uint32_t reclen;
|
uint32_t reclen;
|
||||||
|
Loading…
Reference in New Issue
Block a user