summaryrefslogtreecommitdiff
path: root/comms/mlan/files/patch-af
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-29 06:45:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-29 06:45:34 +0000
commit32c9e244e090d08514aa3e2da80532b1bf0213b6 (patch)
tree95660bd1301c0558efc4230653d78d91ab13b6bb /comms/mlan/files/patch-af
parentRemove -Werror from CFLAGS to fix build (diff)
Fix build on -current (don't shadow typedef ushort)
Notes
Notes: svn path=/head/; revision=67229
Diffstat (limited to '')
-rw-r--r--comms/mlan/files/patch-af10
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/mlan/files/patch-af b/comms/mlan/files/patch-af
new file mode 100644
index 000000000000..17296c3b2522
--- /dev/null
+++ b/comms/mlan/files/patch-af
@@ -0,0 +1,10 @@
+--- ./source/lib/userial/mlan.h.orig Sat Sep 28 23:54:17 2002
++++ ./source/lib/userial/mlan.h Sat Sep 28 23:53:58 2002
+@@ -34,7 +34,6 @@
+ #ifndef MLAN_UCHAR
+ #define MLAN_UCHAR
+ typedef unsigned char uchar;
+- typedef unsigned short ushort;
+ typedef unsigned long ulong;
+ #endif
+