diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-06-02 13:25:14 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-06-02 13:25:14 +0000 |
commit | 30d959ca71b0fef1783eda4ba84dc1c90f7e6998 (patch) | |
tree | dba480f4a777d46905fbbc5b350b5439a9643125 /databases/db48/files/patch-dbinc_mutex_int.h | |
parent | graphics/drm-devel-kmod: Update to latest version (diff) |
databases/db48: Axe. Expired 25 months ago, no users left.
Thanks to vd@'s preparation around PR 245220 and r533562,
we can now finally axe databases/db48 before 2020Q3 branches.
PR: 245220 (related)
Notes
Notes:
svn path=/head/; revision=537552
Diffstat (limited to 'databases/db48/files/patch-dbinc_mutex_int.h')
-rw-r--r-- | databases/db48/files/patch-dbinc_mutex_int.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/db48/files/patch-dbinc_mutex_int.h b/databases/db48/files/patch-dbinc_mutex_int.h deleted file mode 100644 index 9e6b5a2819fd..000000000000 --- a/databases/db48/files/patch-dbinc_mutex_int.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ../dbinc/mutex_int.h.orig 2010-04-12 13:25:22.000000000 -0700 -+++ ../dbinc/mutex_int.h 2014-06-28 01:16:48.321255725 -0700 -@@ -596,7 +596,7 @@ - : "=&r" (__r), "+r" (tsl) - : - : "cr0", "memory"); -- return (int)tsl; -+ return (tsl != 0); - } - - static inline int |