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");