[Pkg-virtualbox-commits] [kbuild] 04/07: Fix possible clash in duplicated value for sh4 architecture and cosmetic space

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sat Jul 25 17:25:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository kbuild.

commit 4f172badb6518d50af425346c80f220b7a9fa3fa
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Jul 25 18:01:57 2015 +0200

    Fix possible clash in duplicated value for sh4 architecture and cosmetic space
---
 debian/patches/02_sh4.diff | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/patches/02_sh4.diff b/debian/patches/02_sh4.diff
index a74440f..a74a7e2 100644
--- a/debian/patches/02_sh4.diff
+++ b/debian/patches/02_sh4.diff
@@ -30,15 +30,18 @@ Bug-Debian: http://bugs.debian.org/544974
  #
 --- a/src/lib/k/kDefs.h
 +++ b/src/lib/k/kDefs.h
-@@ -170,6 +170,8 @@
+@@ -170,8 +170,10 @@
  #define K_ARCH_SPARC_32         (17 | K_ARCH_BIT_32 | K_ARCH_END_BIG)
  /** 64-bit SPARC. */
  #define K_ARCH_SPARC_64         (18 | K_ARCH_BIT_64 | K_ARCH_END_BI)
 +/** 32-bit SuperH. */
-+#define K_ARCH_SH_32           ( 19 | K_ARCH_BIT_32 | K_ARCH_END_BI)
++#define K_ARCH_SH_32            (19 | K_ARCH_BIT_32 | K_ARCH_END_BI)
  /** The end of the valid architecture values (exclusive). */
- #define K_ARCH_MAX              (19)
+-#define K_ARCH_MAX              (19)
++#define K_ARCH_MAX              (20)
  /** @} */
+ 
+ 
 @@ -210,6 +212,8 @@
  #  define K_ARCH    K_ARCH_S390_64
  # elif defined(__s390__)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/kbuild.git



More information about the Pkg-virtualbox-commits mailing list