diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2014-04-03 23:28:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-04 09:06:08 +0000 |
commit | 263ad7e987648b9d45f59c3eec82310adcf4e80b (patch) | |
tree | 713a223e4e49d7c5df4145c924ea5ab630178805 /testing/openvswitch/remove-test-atomic-8byte.patch | |
parent | 4dfeba86c2b93f3960e26d2568a0907e205657e7 (diff) | |
download | aports-263ad7e987648b9d45f59c3eec82310adcf4e80b.tar.bz2 aports-263ad7e987648b9d45f59c3eec82310adcf4e80b.tar.xz |
/testing/openvswitch - version bump to 2.1.0
Openvswitch version bump to 2.1.0 (from 2.0.1)
Removed 8 byte patch no longer needed
Diffstat (limited to 'testing/openvswitch/remove-test-atomic-8byte.patch')
-rw-r--r-- | testing/openvswitch/remove-test-atomic-8byte.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/openvswitch/remove-test-atomic-8byte.patch b/testing/openvswitch/remove-test-atomic-8byte.patch deleted file mode 100644 index dcff9b95dd..0000000000 --- a/testing/openvswitch/remove-test-atomic-8byte.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- openvswitch-2.0.0/tests/test-atomic.c -+++ openvswitch-2.0.0.alpine/tests/test-atomic.c -@@ -83,22 +83,26 @@ - TEST_ATOMIC_TYPE(atomic_uint, unsigned int); - TEST_ATOMIC_TYPE(atomic_long, long int); - TEST_ATOMIC_TYPE(atomic_ulong, unsigned long int); -+#if 0 - TEST_ATOMIC_TYPE(atomic_llong, long long int); - TEST_ATOMIC_TYPE(atomic_ullong, unsigned long long int); -+#endif - TEST_ATOMIC_TYPE(atomic_size_t, size_t); - TEST_ATOMIC_TYPE(atomic_ptrdiff_t, ptrdiff_t); -+#if 0 - TEST_ATOMIC_TYPE(atomic_intmax_t, intmax_t); - TEST_ATOMIC_TYPE(atomic_uintmax_t, uintmax_t); -+#endif - TEST_ATOMIC_TYPE(atomic_intptr_t, intptr_t); - TEST_ATOMIC_TYPE(atomic_uintptr_t, uintptr_t); -- TEST_ATOMIC_TYPE(atomic_uint8_t, uint8_t); -- TEST_ATOMIC_TYPE(atomic_int8_t, int8_t); - TEST_ATOMIC_TYPE(atomic_uint16_t, uint16_t); - TEST_ATOMIC_TYPE(atomic_int16_t, int16_t); - TEST_ATOMIC_TYPE(atomic_uint32_t, uint32_t); - TEST_ATOMIC_TYPE(atomic_int32_t, int32_t); -+#if 0 - TEST_ATOMIC_TYPE(atomic_uint64_t, uint64_t); - TEST_ATOMIC_TYPE(atomic_int64_t, int64_t); -+#endif - - test_atomic_flag(); - |