pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/exchess Include time.h to use time().



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a4ffa4d1f77
branches:  trunk
changeset: 492631:3a4ffa4d1f77
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 17 05:48:34 2005 +0000

description:
Include time.h to use time().

diffstat:

 games/exchess/distinfo         |   3 ++-
 games/exchess/patches/patch-ak |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r bb253fb6007c -r 3a4ffa4d1f77 games/exchess/distinfo
--- a/games/exchess/distinfo    Sun Apr 17 04:58:22 2005 +0000
+++ b/games/exchess/distinfo    Sun Apr 17 05:48:34 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 23:11:56 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/04/17 05:48:34 minskim Exp $
 
 SHA1 (EXCH314S.zip) = 7d8ffbd94dc86a97512826e611048a691c8c646d
 RMD160 (EXCH314S.zip) = 0503200c210aaf7ddc69e1372392e8ea690505ea
@@ -13,3 +13,4 @@
 SHA1 (patch-ah) = 872b0b7c62f95075f0ce7360464fa51215619ee3
 SHA1 (patch-ai) = 5aaa3e15304c8f19282770d126623d71bf747dbe
 SHA1 (patch-aj) = 83f69a5deb3198877a7c8309f34ed9f1189b355a
+SHA1 (patch-ak) = 659f1cf07efefe524be4d025446fea55eb5f3e9a
diff -r bb253fb6007c -r 3a4ffa4d1f77 games/exchess/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/exchess/patches/patch-ak    Sun Apr 17 05:48:34 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.1 2005/04/17 05:48:34 minskim Exp $
+
+--- util.cpp.orig      2000-04-01 07:39:12.000000000 -0600
++++ util.cpp
+@@ -11,6 +11,7 @@
+ #else
+  #include <sys/time.h>
+ #endif
++#include <time.h>
+ 
+ // Function return the time since an arbitrary reference in
+ // 100ths of a second



Home | Main Index | Thread Index | Old Index