diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-03-07 22:31:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-03-07 22:31:14 +0000 |
commit | 11b829ac81dac2d6827d77c7b5ef8ca917fe8765 (patch) | |
tree | bc8b53a427d832e5099016e68aef732857486a68 /games/einstein | |
parent | 913660362c977c3e3edcd0ad5b498f213c26c25e (diff) | |
download | ports-11b829ac81dac2d6827d77c7b5ef8ca917fe8765.tar.gz ports-11b829ac81dac2d6827d77c7b5ef8ca917fe8765.zip |
Notes
Diffstat (limited to 'games/einstein')
-rw-r--r-- | games/einstein/files/patch-random.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/einstein/files/patch-random.cpp b/games/einstein/files/patch-random.cpp new file mode 100644 index 000000000000..63fe8611ed05 --- /dev/null +++ b/games/einstein/files/patch-random.cpp @@ -0,0 +1,14 @@ +--- /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" ++ |