aboutsummaryrefslogtreecommitdiffstats
path: root/games/xblast-beta/files/patch-ab
blob: 3e9140ef36fff57d04456a21c053e5d3483a5667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- net_socket.c~   Sat Sep 16 19:59:07 2000
+++ net_socket.c    Tue Dec 26 12:27:08 2000
@@ -32,6 +32,6 @@
 /*
  * type defintions
  */
-#ifndef _POSIX_C_SOURCE
+#if !defined(_POSIX_C_SOURCE) && !defined(__FreeBSD__)
 typedef int socklen_t;
 #endif