diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-22 02:30:48 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-22 02:30:48 +0000 |
commit | e6a8c5d88a30cea5f49d3daeb61e95a91668bf90 (patch) | |
tree | a73b4420ccea52daa68e3847b7fe5f21929ccbc1 /user/bzflag/defineAddrLen.patch | |
parent | b1469105a51b1cd7e3cd5606cd7b8308dea45202 (diff) | |
download | packages-e6a8c5d88a30cea5f49d3daeb61e95a91668bf90.tar.gz packages-e6a8c5d88a30cea5f49d3daeb61e95a91668bf90.tar.bz2 packages-e6a8c5d88a30cea5f49d3daeb61e95a91668bf90.tar.xz packages-e6a8c5d88a30cea5f49d3daeb61e95a91668bf90.zip |
user/bzflag: Update to 2.4.20
Diffstat (limited to 'user/bzflag/defineAddrLen.patch')
-rw-r--r-- | user/bzflag/defineAddrLen.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/user/bzflag/defineAddrLen.patch b/user/bzflag/defineAddrLen.patch deleted file mode 100644 index a25eb96c3..000000000 --- a/user/bzflag/defineAddrLen.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- bzflag-2.4.16/include/network.h.old 2018-09-27 19:16:48.015111918 -0700 -+++ bzflag-2.4.16/include/network.h 2018-09-27 19:17:06.195370763 -0700 -@@ -57,7 +57,7 @@ - # include <bstring.h> - #endif - --#if defined(BSD) || defined(__sun__) || defined(__GLIBC__) -+#if defined(BSD) || defined(__sun__) || defined(__linux__) - # define AddrLen socklen_t - #elif defined (__APPLE__) - # include <AvailabilityMacros.h> |