diff options
author | Stefan Eßer <se@FreeBSD.org> | 2001-04-08 18:13:48 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2001-04-08 18:13:48 +0000 |
commit | cd08eb916901634c14d028eb3b6a4542f6b72eb0 (patch) | |
tree | f59102544599365e099a08ee2e7ae0baf8d959d5 /games/xblast-beta/files/patch-ae | |
parent | Mark broken if ${OSVERSION} < 500007. (diff) |
Upgrade to 2.7.33 (beta).
Diffstat (limited to '')
-rw-r--r-- | games/xblast-beta/files/patch-ae | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/games/xblast-beta/files/patch-ae b/games/xblast-beta/files/patch-ae index 35a6ca8a76cd..88ac766ae456 100644 --- a/games/xblast-beta/files/patch-ae +++ b/games/xblast-beta/files/patch-ae @@ -1,18 +1,18 @@ ---- common.h~ Mon Jun 12 16:52:17 2000 -+++ common.h Mon Mar 12 18:53:58 2001 -@@ -23,6 +23,7 @@ - #ifndef _COMMON_H - #define _COMMON_H +--- common.h~ Sun Apr 1 20:16:33 2001 ++++ common.h Sun Apr 8 19:59:01 2001 +@@ -27,6 +27,7 @@ + #include "config.h" + #endif +#include <sys/types.h> #include <assert.h> #include <ctype.h> #include <dirent.h> -@@ -38,7 +39,6 @@ - #include <sys/socket.h> - #include <sys/stat.h> +@@ -39,7 +40,6 @@ + #include <time.h> + #ifndef Win32_Winsock #include <sys/time.h> -#include <sys/types.h> - #include <sys/wait.h> - #include <time.h> - #include <unistd.h> + #include <sys/socket.h> + #endif + |