diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 07:19:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 07:19:59 +0000 |
commit | c90d3c5b7e42ea9e594ee0746f572427ec178e5b (patch) | |
tree | bc6c5ae5a9f3a2894d4f667ce3d0163e95dd1236 /games/ladder/files/patch-af | |
parent | 81e805e9363e4879d34bff5585f38f4108932f80 (diff) |
Notes
Diffstat (limited to 'games/ladder/files/patch-af')
-rw-r--r-- | games/ladder/files/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/ladder/files/patch-af b/games/ladder/files/patch-af new file mode 100644 index 000000000000..c1f515e0ce0e --- /dev/null +++ b/games/ladder/files/patch-af @@ -0,0 +1,10 @@ +--- ltime.c.org Mon Oct 27 00:07:24 1997 ++++ ltime.c Wed Feb 18 22:33:56 1998 +@@ -2,6 +2,7 @@ + #include <sys/types.h> + #include <sys/times.h> + #include <sys/time.h> ++#include <unistd.h> + + static void waittcs(unsigned int tcs) + { |