Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/include Change clock_t and time_t to more LP64 ...
details: https://anonhg.NetBSD.org/src/rev/60f0524e2077
branches: trunk
changeset: 513311:60f0524e2077
user: matt <matt%NetBSD.org@localhost>
date: Sat Jul 28 07:43:07 2001 +0000
description:
Change clock_t and time_t to more LP64 friendly types.
diffstat:
sys/arch/vax/include/ansi.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6bea450fb0ab -r 60f0524e2077 sys/arch/vax/include/ansi.h
--- a/sys/arch/vax/include/ansi.h Sat Jul 28 07:42:28 2001 +0000
+++ b/sys/arch/vax/include/ansi.h Sat Jul 28 07:43:07 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.14 2001/07/28 05:04:45 matt Exp $ */
+/* $NetBSD: ansi.h,v 1.15 2001/07/28 07:43:07 matt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -53,7 +53,7 @@
* Thanks, ANSI!
*/
#ifdef __ELF__
-#define _BSD_CLOCK_T_ int /* clock() */
+#define _BSD_CLOCK_T_ unsigned int /* clock() */
#define _BSD_PTRDIFF_T_ long int /* ptr1 - ptr2 */
#define _BSD_SIZE_T_ unsigned long int /* sizeof() */
#define _BSD_SSIZE_T_ long int /* byte count or error */
Home |
Main Index |
Thread Index |
Old Index