opnsense-ports/security/libsparkcrypto/files/patch-src_shared_generic_lsc-byteswap64.ads
Franco Fichtner 084a255e56 */*: sync with upstream
Taken from: FreeBSD
2015-07-06 07:16:35 +02:00

9 lines
295 B
Ada

--- src/shared/generic/lsc-byteswap64.ads.orig 2015-07-05 09:06:26 UTC
+++ src/shared/generic/lsc-byteswap64.ads
@@ -44,6 +44,5 @@ package LSC.Byteswap64 is
-- Byte-swap @Value@
function Swap (Value : Types.Word64) return Types.Word64;
- pragma Inline (Swap);
end LSC.Byteswap64;