summaryrefslogtreecommitdiff
path: root/pkg/netsurf/libcss/patch/0001-Remove-_ALIGNED-after-struct-definition.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-07-21 12:02:12 -0700
committerMichael Forney <mforney@mforney.org>2019-07-29 18:03:01 -0700
commit1a8f020103290f3ff8f412320ce3f97bab80a449 (patch)
treec797697bfead213bbb4e17b47af8f8bc83173880 /pkg/netsurf/libcss/patch/0001-Remove-_ALIGNED-after-struct-definition.patch
parente2d36d24c19e7439457ce4d9bf6ada6be9a9c129 (diff)
netsurf: Update to 3.9
Diffstat (limited to 'pkg/netsurf/libcss/patch/0001-Remove-_ALIGNED-after-struct-definition.patch')
-rw-r--r--pkg/netsurf/libcss/patch/0001-Remove-_ALIGNED-after-struct-definition.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/netsurf/libcss/patch/0001-Remove-_ALIGNED-after-struct-definition.patch b/pkg/netsurf/libcss/patch/0001-Remove-_ALIGNED-after-struct-definition.patch
deleted file mode 100644
index 62693b0b..00000000
--- a/pkg/netsurf/libcss/patch/0001-Remove-_ALIGNED-after-struct-definition.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From c56708515c29edf097bcf1f021728dacf4173d69 Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Wed, 19 Jun 2019 21:36:22 -0700
-Subject: [PATCH] Remove _ALIGNED after struct definition
-
----
- src/stylesheet.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/stylesheet.h b/src/stylesheet.h
-index 18e077e..59632cc 100644
---- a/src/stylesheet.h
-+++ b/src/stylesheet.h
-@@ -120,7 +120,7 @@ struct css_rule {
- index : 16, /**< index in sheet */
- items : 8, /**< # items in rule */
- ptype : 1; /**< css_rule_parent_type */
--} _ALIGNED;
-+};
-
- typedef struct css_rule_selector {
- css_rule base;
---
-2.20.1
-