From b2d5e6976e5467fd31b45d428fffc8637bd781fbd2ba316eb53e67a90e713aa5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Mar 2011 15:08:55 +0000 Subject: [PATCH] remove OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=34 --- vbox-2.6.38.patch | 60 ----------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 vbox-2.6.38.patch diff --git a/vbox-2.6.38.patch b/vbox-2.6.38.patch deleted file mode 100644 index 34c797c..0000000 --- a/vbox-2.6.38.patch +++ /dev/null @@ -1,60 +0,0 @@ ---- include/iprt/types.h.orig -+++ include/iprt/types.h -@@ -101,9 +101,6 @@ RT_C_DECLS_END - # define true linux_true - # define false linux_false - # define uintptr_t linux_uintptr_t --# ifndef AUTOCONF_INCLUDED --# include --# endif - # include - # include - # undef uintptr_t ---- src/VBox/HostDrivers/Support/SUPDrvInternal.h.orig -+++ src/VBox/HostDrivers/Support/SUPDrvInternal.h -@@ -75,9 +75,6 @@ - RT_C_DECLS_END - - #elif defined(RT_OS_LINUX) --# ifndef AUTOCONF_INCLUDED --# include --# endif - # include - # if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) - # define MODVERSIONS ---- src/VBox/Runtime/r0drv/linux/the-linux-kernel.h.orig -+++ src/VBox/Runtime/r0drv/linux/the-linux-kernel.h -@@ -34,9 +34,6 @@ - #include - #define bool linux_bool - --#ifndef AUTOCONF_INCLUDED --# include --#endif - #include - - /* We only support 2.4 and 2.6 series kernels */ ---- src/VBox/Runtime/include/internal/iprt.h.orig -+++ src/VBox/Runtime/include/internal/iprt.h -@@ -39,9 +39,6 @@ - && defined(MODULE) \ - && !defined(RT_NO_EXPORT_SYMBOL) - # define bool linux_bool /* see r0drv/linux/the-linux-kernel.h */ --# ifndef AUTOCONF_INCLUDED --# include --# endif - # if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) - # include - # define MODVERSIONS ---- src/VBox/Additions/linux/drm/vboxvideo_drm.c.orig -+++ src/VBox/Additions/linux/drm/vboxvideo_drm.c -@@ -49,9 +49,6 @@ - * Gareth Hughes - */ - --#ifndef AUTOCONF_INCLUDED --# include --#endif - #include - #include - #include "version-generated.h"