Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 20:41:33 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r277435 - stable/10/usr.sbin/fstyp
Message-ID:  <201501202041.t0KKfXWu019508@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Jan 20 20:41:32 2015
New Revision: 277435
URL: https://svnweb.freebsd.org/changeset/base/277435

Log:
  MFC r276703:
  
  Remove leftovers.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/usr.sbin/fstyp/cd9660.c
  stable/10/usr.sbin/fstyp/ntfs.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/fstyp/cd9660.c
==============================================================================
--- stable/10/usr.sbin/fstyp/cd9660.c	Tue Jan 20 20:39:29 2015	(r277434)
+++ stable/10/usr.sbin/fstyp/cd9660.c	Tue Jan 20 20:41:32 2015	(r277435)
@@ -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

Modified: stable/10/usr.sbin/fstyp/ntfs.c
==============================================================================
--- stable/10/usr.sbin/fstyp/ntfs.c	Tue Jan 20 20:39:29 2015	(r277434)
+++ stable/10/usr.sbin/fstyp/ntfs.c	Tue Jan 20 20:41:32 2015	(r277435)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501202041.t0KKfXWu019508>