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 fix typo
details: https://anonhg.NetBSD.org/src/rev/b7cc5b2a4369
branches: trunk
changeset: 494050:b7cc5b2a4369
user: matt <matt%NetBSD.org@localhost>
date: Fri Jun 30 03:35:32 2000 +0000
description:
fix typo
diffstat:
sys/arch/vax/include/ansi.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 67416d68a947 -r b7cc5b2a4369 sys/arch/vax/include/ansi.h
--- a/sys/arch/vax/include/ansi.h Fri Jun 30 00:01:22 2000 +0000
+++ b/sys/arch/vax/include/ansi.h Fri Jun 30 03:35:32 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.9 2000/06/28 21:13:35 matt Exp $ */
+/* $NetBSD: ansi.h,v 1.10 2000/06/30 03:35:32 matt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -56,7 +56,7 @@
#define _BSD_SIZE_T_ unsigned int /* sizeof() */
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ long /* time() */
-#if __GNU_PREREQ__(2,96)
+#if __GNUC_PREREQ__(2,96)
#define _BSD_VA_LIST_ __builtin_va_list * /* va_list */
#else
#define _BSD_VA_LIST_ char * /* va_list */
Home |
Main Index |
Thread Index |
Old Index