[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] devt.h is no longer useful, remove it.
- From: David Lehman <dlehman redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] devt.h is no longer useful, remove it.
- Date: Wed, 02 Mar 2011 13:31:03 -0600
On Wed, 2011-03-02 at 14:07 -0500, Chris Lumens wrote:
> ---
> loader/devt.h | 39 ---------------------------------------
> loader/init.c | 1 -
> loader/method.c | 2 --
> loader/undomounts.c | 2 --
> 4 files changed, 0 insertions(+), 44 deletions(-)
> delete mode 100644 loader/devt.h
Ack.
>
> diff --git a/loader/devt.h b/loader/devt.h
> deleted file mode 100644
> index 364a134..0000000
> --- a/loader/devt.h
> +++ /dev/null
> @@ -1,39 +0,0 @@
> -/*
> - * devt.h: handle declaration of dev_t to be sane for loopback purposes
> - *
> - * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
> - * All rights reserved.
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program. If not, see <http://www.gnu.org/licenses/>.
> - */
> -
> -#ifndef DEVT_H
> -#define DEVT_H
> -
> -/* Need to tell loop.h what the actual dev_t type is. */
> -#undef dev_t
> -#if defined(__alpha) || (defined(__sparc__) && defined(__arch64__))
> -#define dev_t unsigned int
> -#else
> -#if defined(__x86_64__)
> -#define dev_t unsigned long
> -#else
> -#define dev_t unsigned short
> -#endif
> -#endif
> -#include <linux/loop.h>
> -#undef dev_t
> -#define dev_t dev_t
> -
> -#endif
> diff --git a/loader/init.c b/loader/init.c
> index 51ab2a2..2a056d4 100644
> --- a/loader/init.c
> +++ b/loader/init.c
> @@ -52,7 +52,6 @@
>
> #include "init.h"
> #include "copy.h"
> -#include "devt.h"
> #include "devices.h"
> #include "modules.h"
> #include "readvars.h"
> diff --git a/loader/method.c b/loader/method.c
> index 40774f5..35dbf69 100644
> --- a/loader/method.c
> +++ b/loader/method.c
> @@ -50,8 +50,6 @@
> #include "../pyanaconda/isys/isys.h"
> #include "../pyanaconda/isys/log.h"
>
> -#include "devt.h"
> -
> #include "nfsinstall.h"
> #include "hdinstall.h"
> #include "urlinstall.h"
> diff --git a/loader/undomounts.c b/loader/undomounts.c
> index 189572b..33db808 100644
> --- a/loader/undomounts.c
> +++ b/loader/undomounts.c
> @@ -33,8 +33,6 @@
> #include <sys/swap.h>
> #include <unistd.h>
>
> -#include "devt.h"
> -
> /* Defined in linux/fs.h, but inside __KERNEL__. */
> #ifdef MNT_DETACH
> #undef MNT_DETACH
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]