From 32c9e244e090d08514aa3e2da80532b1bf0213b6 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 29 Sep 2002 06:45:34 +0000 Subject: Fix build on -current (don't shadow typedef ushort) --- comms/mlan/files/patch-af | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 comms/mlan/files/patch-af (limited to 'comms/mlan/files/patch-af') 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 + -- cgit v1.2.3