From b31a663480255212e631f10906327ae0fd9fcc9f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 17 Sep 2006 20:53:30 +0000 Subject: [PATCH] Remove more traces of Alpha. --- lib/libc/sys/gettimeofday.2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index f6db64c0ec3e..a5bebbe422c0 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -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 */ };