diff options
author | kris <kris@FreeBSD.org> | 2002-09-29 14:45:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-29 14:45:34 +0800 |
commit | ff6ebd27eb7fca472d5dbdd624ab38ac5417c933 (patch) | |
tree | bd78f31024554074c073297ce9bbe206e4a6765a /comms/mlan | |
parent | 0720ab98f1ffe6ccce468768b28bee77054f2227 (diff) | |
download | freebsd-ports-gnome-ff6ebd27eb7fca472d5dbdd624ab38ac5417c933.tar.gz freebsd-ports-gnome-ff6ebd27eb7fca472d5dbdd624ab38ac5417c933.tar.zst freebsd-ports-gnome-ff6ebd27eb7fca472d5dbdd624ab38ac5417c933.zip |
Fix build on -current (don't shadow typedef ushort)
Diffstat (limited to 'comms/mlan')
-rw-r--r-- | comms/mlan/files/patch-ad | 11 | ||||
-rw-r--r-- | comms/mlan/files/patch-ae | 10 | ||||
-rw-r--r-- | comms/mlan/files/patch-af | 10 |
3 files changed, 31 insertions, 0 deletions
diff --git a/comms/mlan/files/patch-ad b/comms/mlan/files/patch-ad new file mode 100644 index 000000000000..037bc10d5326 --- /dev/null +++ b/comms/mlan/files/patch-ad @@ -0,0 +1,11 @@ +--- ./source/apps/thermo/thermo.h.orig Sat Sep 28 23:52:11 2002 ++++ ./source/apps/thermo/thermo.h Sat Sep 28 23:52:21 2002 +@@ -18,6 +18,8 @@ + //
+ // Version: 1.03
+ //
++ ++#include <sys/types.h> +
+
+ #ifndef THERMO_TYPES
diff --git a/comms/mlan/files/patch-ae b/comms/mlan/files/patch-ae new file mode 100644 index 000000000000..4bd6aac19de3 --- /dev/null +++ b/comms/mlan/files/patch-ae @@ -0,0 +1,10 @@ +--- ./source/lib/general/mlan.h.orig Sat Sep 28 23:53:45 2002 ++++ ./source/lib/general/mlan.h Sat Sep 28 23:53:54 2002 +@@ -34,7 +34,6 @@ + #ifndef MLAN_UCHAR
+ #define MLAN_UCHAR
+ typedef unsigned char uchar;
+- typedef unsigned short ushort;
+ typedef unsigned long ulong;
+ #endif
+
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
+
|