mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 02:38:54 -04:00
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
$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;
|