(Reply).
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1
|
2
|
3
|
||||
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29 |
30
|
31
|
If you're going to change the type of time_t, you need something that is a plug-in replacement for "long" (so people can do arithmetic on it) and isn't a gcc extension (other compilers exist for Linux). I gather that "long long" is part of the C99 standard (are all compilers expected to support it yet?). You probably also want to change the kernel's time_t at the same time, which may be non-trivial to arrange.