summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fstyp
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-01-05 15:29:28 +0000
committertrasz <trasz@FreeBSD.org>2015-01-05 15:29:28 +0000
commit3964cbfb9112eaf807480c58fdf16e9679f18037 (patch)
treec2612e41554f0908bb0e2c2e2c2d0867a4271be5 /usr.sbin/fstyp
parentc9c57e46dacab9b036ff8296ad47f70277be6ef5 (diff)
downloadFreeBSD-src-3964cbfb9112eaf807480c58fdf16e9679f18037.zip
FreeBSD-src-3964cbfb9112eaf807480c58fdf16e9679f18037.tar.gz
Remove leftovers.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/fstyp')
-rw-r--r--usr.sbin/fstyp/cd9660.c2
-rw-r--r--usr.sbin/fstyp/ntfs.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/fstyp/cd9660.c b/usr.sbin/fstyp/cd9660.c
index 26ea694..ee6af11 100644
--- a/usr.sbin/fstyp/cd9660.c
+++ b/usr.sbin/fstyp/cd9660.c
@@ -37,8 +37,6 @@ __FBSDID("$FreeBSD$");
#include "fstyp.h"
-#define G_LABEL_ISO9660_DIR "iso9660"
-
#define ISO9660_MAGIC "\x01" "CD001" "\x01\x00"
#define ISO9660_OFFSET 0x8000
#define VOLUME_LEN 32
diff --git a/usr.sbin/fstyp/ntfs.c b/usr.sbin/fstyp/ntfs.c
index 582f6b9..c0a5c5c 100644
--- a/usr.sbin/fstyp/ntfs.c
+++ b/usr.sbin/fstyp/ntfs.c
@@ -42,8 +42,6 @@ __FBSDID("$FreeBSD$");
#define NTFS_FILEMAGIC ((uint32_t)(0x454C4946))
#define NTFS_VOLUMEINO 3
-#define G_LABEL_NTFS_DIR "ntfs"
-
struct ntfs_attr {
uint32_t a_type;
uint32_t reclen;
OpenPOWER on IntegriCloud