Remove more traces of Alpha.

This commit is contained in:
ru 2006-09-17 20:53:30 +00:00
parent 8b3f7ca1ce
commit b4db035948

View File

@ -82,11 +82,7 @@ as:
.Pp
.Bd -literal
struct timeval {
#ifdef __alpha__
long tv_sec; /* seconds */
#else
time_t tv_sec; /* seconds */
#endif
suseconds_t tv_usec; /* and microseconds */
};