1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Remove more traces of Alpha.

This commit is contained in:
Ruslan Ermilov 2006-09-17 20:53:30 +00:00
parent 5702e0965e
commit b31a663480
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162384

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 */
};