From owner-svn-src-all@FreeBSD.ORG Mon Jan 5 15:29:29 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9925973F; Mon, 5 Jan 2015 15:29:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 847DE6733A; Mon, 5 Jan 2015 15:29:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t05FTT9k074128; Mon, 5 Jan 2015 15:29:29 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t05FTTst074126; Mon, 5 Jan 2015 15:29:29 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201501051529.t05FTTst074126@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 5 Jan 2015 15:29:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276703 - head/usr.sbin/fstyp X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 15:29:29 -0000 Author: trasz Date: Mon Jan 5 15:29:28 2015 New Revision: 276703 URL: https://svnweb.freebsd.org/changeset/base/276703 Log: Remove leftovers. MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/cd9660.c head/usr.sbin/fstyp/ntfs.c Modified: head/usr.sbin/fstyp/cd9660.c ============================================================================== --- head/usr.sbin/fstyp/cd9660.c Mon Jan 5 15:09:00 2015 (r276702) +++ head/usr.sbin/fstyp/cd9660.c Mon Jan 5 15:29:28 2015 (r276703) @@ -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: head/usr.sbin/fstyp/ntfs.c ============================================================================== --- head/usr.sbin/fstyp/ntfs.c Mon Jan 5 15:09:00 2015 (r276702) +++ head/usr.sbin/fstyp/ntfs.c Mon Jan 5 15:29:28 2015 (r276703) @@ -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;