The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libffi / 0003-fix-typo.patch
1 From cbc5a3c0200aa6c2cf8d6798d69a21501557c83f Mon Sep 17 00:00:00 2001
2 From: Ryan Hill <rhill@gentoo.org>
3 Date: Sat, 31 May 2014 08:26:34 -0400
4 Subject: [PATCH 05/10] Fix typo
5
6 This patch was borrowed from upstream, commit
7 cbc5a3c0200aa6c2cf8d6798d69a21501557c83f, and will be part of the next
8 3.1.1 release.
9
10 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 ---
12  include/ffi.h.in | 6 +++---
13  1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/include/ffi.h.in b/include/ffi.h.in
16 index 93c776f..70c6179 100644
17 --- a/include/ffi.h.in
18 +++ b/include/ffi.h.in
19 @@ -1,5 +1,5 @@
20  /* -----------------------------------------------------------------*-C-*-
21 -   libffi @VERSION@ - Copyright (c) 2011 Anthony Green
22 +   libffi @VERSION@ - Copyright (c) 2011, 2014 Anthony Green
23                      - Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc.
24  
25     Permission is hereby granted, free of charge, to any person
26 @@ -221,10 +221,10 @@ typedef struct {
27  #endif
28  } ffi_cif;
29  
30 -#if HAVE_LONG_DOUBLE_VARIANT
31 +#if @HAVE_LONG_DOUBLE_VARIANT@
32  /* Used to adjust size/alignment of ffi types.  */
33  void ffi_prep_types (ffi_abi abi);
34 -# endif
35 +#endif
36  
37  /* Used internally, but overridden by some architectures */
38  ffi_status ffi_prep_cif_core(ffi_cif *cif,
39 -- 
40 2.0.0
41