commit | 221f54f721a2f74e629bb70e34888205f68e95cc | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Thu Nov 18 17:26:45 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Thu Nov 18 17:26:45 1999 +0000 |
tree | 08b8e52869f1a6c7a34fc64ba0e121e576b31e42 | |
parent | 0ae852b90b116aaac2c0c7816dce2e1365ad271e [diff] [blame] |
Now it builds on alpha again...
diff --git a/time.c b/time.c index 5f4902f..5f3ec39 100644 --- a/time.c +++ b/time.c
@@ -54,16 +54,18 @@ } #ifdef ALPHA +struct timeval32 +{ + unsigned tv_sec; + unsigned tv_usec; +}; + void printtv32(tcp, addr) struct tcb *tcp; long addr; { - struct timeval32 - { - unsigned tv_sec; - unsigned tv_usec; - }; + struct timeval32 tv; if (addr == 0) tprintf("NULL");