diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-03-08 11:29:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-03-08 11:29:47 +0000 |
commit | e7a7f7076b9e18560abf8b98de5cf2e33010a24e (patch) | |
tree | f3e6b8014686b116b24107928a589c36c92f2a3c /games/einstein | |
parent | 51a7a0a44d8920d609c9a22140435b5b1c5154d7 (diff) | |
download | ports-e7a7f7076b9e18560abf8b98de5cf2e33010a24e.tar.gz ports-e7a7f7076b9e18560abf8b98de5cf2e33010a24e.zip |
Notes
Diffstat (limited to 'games/einstein')
-rw-r--r-- | games/einstein/files/patch-random.cpp | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/games/einstein/files/patch-random.cpp b/games/einstein/files/patch-random.cpp index 63fe8611ed05..7fa9f193e251 100644 --- a/games/einstein/files/patch-random.cpp +++ b/games/einstein/files/patch-random.cpp @@ -1,14 +1,8 @@ ---- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ files/patch-random.cpp 7 Mar 2005 16:00:23 -0000 -@@ -0,0 +1,11 @@ -+ -+$FreeBSD$ -+ -+--- random.cpp.orig -++++ random.cpp -+@@ -1,3 +1,5 @@ -++#include "sys/time.h" -++ -+ #include "random.h" -+ #include "utils.h" +--- random.cpp.orig ++++ random.cpp +@@ -1,3 +1,5 @@ ++#include "sys/time.h" + + #include "random.h" + #include "utils.h" + |