diff options
author | wulf <wulf@pkgsrc.org> | 2000-09-25 16:21:01 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2000-09-25 16:21:01 +0000 |
commit | aa19f6485876aba679d06120d09c46e0e9be7dc0 (patch) | |
tree | 27d716d965e3e581b1727a35e9e53f2a56a02167 /ham/dpbox/patches/patch-ab | |
parent | 623a19f1950173f5176ef9f0f2c9c8da9c61c79d (diff) | |
download | pkgsrc-aa19f6485876aba679d06120d09c46e0e9be7dc0.tar.gz |
Bugfixes that allow dpbox to build on netbsd-alpha platform
Diffstat (limited to 'ham/dpbox/patches/patch-ab')
-rw-r--r-- | ham/dpbox/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ham/dpbox/patches/patch-ab b/ham/dpbox/patches/patch-ab new file mode 100644 index 00000000000..77fca8186d9 --- /dev/null +++ b/ham/dpbox/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2000/09/25 16:21:01 wulf Exp $ + +--- box_tim.c.orig Sun Sep 24 12:46:31 2000 ++++ box_tim.c Sun Sep 24 07:54:48 2000 +@@ -1045,7 +1045,7 @@ + + /* tct is a counter with TICKSPERSEC Hz (at least 200) */ + +-void box_timing2(long tct) ++void box_timing2(time_t tct) + { + static short lastbatchhour = -1; + static long ltc1 = 0; |