summaryrefslogtreecommitdiff
path: root/user/pcmciautils/unsigned.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/pcmciautils/unsigned.patch')
-rw-r--r--user/pcmciautils/unsigned.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/user/pcmciautils/unsigned.patch b/user/pcmciautils/unsigned.patch
new file mode 100644
index 000000000..8781068f8
--- /dev/null
+++ b/user/pcmciautils/unsigned.patch
@@ -0,0 +1,22 @@
+--- pcmciautils-018/src/read-cis.c.orig 2014-11-06 10:07:20.363207536 +0600
++++ pcmciautils-018/src/read-cis.c 2014-11-06 10:08:37.143611772 +0600
+@@ -51,7 +51,7 @@
+ /* Get indirect link from the MFC tuple */
+ read_cis(tuple->Flags.link_space,
+ tuple->LinkOffset, 5, link);
+- ofs = *(u_int *)(link+1);
++ ofs = *(unsigned int *)(link+1);
+ tuple->Flags.space = (link[0] == CISTPL_MFC_ATTR);
+ /* Move to the next indirect link */
+ tuple->LinkOffset += 5;
+--- pcmciautils-018/src/yacc_config.y.orig 2014-11-06 10:08:55.857046934 +0600
++++ pcmciautils-018/src/yacc_config.y 2014-11-06 10:09:10.543788999 +0600
+@@ -40,7 +40,7 @@
+
+ %union {
+ char *str;
+- u_long num;
++ unsigned long num;
+ struct adjust_list_t *adjust;
+ }
+