blob: 170d4d61f851e271c8d9f40cc7ac4da3466d61fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$FreeBSD$
FreeBSD 4 is not C99-compliant.
--- src/timux.c.orig Wed Aug 6 14:27:19 2003
+++ src/timux.c Sat Oct 18 17:14:40 2003
@@ -45,7 +45,7 @@ struct TiMux {
TiMuxEvent target;
};
-static volatile uintmax_t timux_count=0;
+static volatile uint32_t timux_count=0;
static TiMux theTiMux=NULL;
static void TheHandlerTM (int);
|