diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-10-20 21:24:44 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-10-20 21:24:44 +0000 |
commit | 43cabb52787f05b8b1b154800d595409062983bf (patch) | |
tree | a00d8cb55aae10d709dbb8932347c1f7e1188be9 /dev-util/kdevelop/files | |
parent | remove old autoconf mask (diff) | |
download | historical-43cabb52787f05b8b1b154800d595409062983bf.tar.gz historical-43cabb52787f05b8b1b154800d595409062983bf.tar.bz2 historical-43cabb52787f05b8b1b154800d595409062983bf.zip |
missing ppc in mutex.h patch
Diffstat (limited to 'dev-util/kdevelop/files')
-rw-r--r-- | dev-util/kdevelop/files/kdevelop-3.1.0-bdb-mutex.patch | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/dev-util/kdevelop/files/kdevelop-3.1.0-bdb-mutex.patch b/dev-util/kdevelop/files/kdevelop-3.1.0-bdb-mutex.patch index 08d0d25a1fba..29c9c78197bf 100644 --- a/dev-util/kdevelop/files/kdevelop-3.1.0-bdb-mutex.patch +++ b/dev-util/kdevelop/files/kdevelop-3.1.0-bdb-mutex.patch @@ -1,5 +1,14 @@ ---- kdevelop-3.1.0/bdb/include/mutex.h.old 2004-08-29 04:59:55.583591176 +0200 -+++ kdevelop-3.1.0/bdb/include/mutex.h 2004-08-29 05:00:01.196737848 +0200 +--- bdb/include/mutex.h.orig 2004-10-14 12:44:23.000000000 +0200 ++++ bdb/include/mutex.h 2004-10-14 12:46:02.000000000 +0200 +@@ -486,7 +486,7 @@ + int __one = 1; \ + int __r; \ + tsl_t *__l = (tsl); \ +- asm volatile (" \ ++ __asm volatile (" \ + 0: \ + lwarx %0,0,%1; \ + cmpwi %0,0; \ @@ -621,7 +621,7 @@ #define MUTEX_SET(tsl) ({ \ register tsl_t *__l = (tsl); \ |