summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-07-05 21:09:16 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-07-05 21:09:16 +0000
commit9798ee2f93a94f05d37ceb446355ea430eaefbea (patch)
treefa25bad4beaf0aa92709edc4e82ec2ad2f5cf5e1 /sys/arch/mvme88k
parent7e384b023b87acba80d4cb452f17d7b563b4ed7d (diff)
Make _BSD_TIME_T_ int32_t on all platforms. You can't write
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others).
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/include/ansi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/ansi.h b/sys/arch/mvme88k/include/ansi.h
index 00870207282..32688afecd9 100644
--- a/sys/arch/mvme88k/include/ansi.h
+++ b/sys/arch/mvme88k/include/ansi.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)ansi.h 8.2 (Berkeley) 1/4/94
- * $Id: ansi.h,v 1.4 1997/04/20 20:46:43 tholo Exp $
+ * $Id: ansi.h,v 1.5 1997/07/05 21:09:11 millert Exp $
*/
#ifndef _ANSI_H_
@@ -50,7 +50,7 @@
#define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */
#define _BSD_SIZE_T_ unsigned int /* sizeof() */
#define _BSD_SSIZE_T_ int /* byte count or error */
-#define _BSD_TIME_T_ long /* time() */
+#define _BSD_TIME_T_ int32_t /* time() */
#define _BSD_CLOCKID_T_ int
#define _BSD_TIMER_T_ int