Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/powerpc/include Apply patch (requested by he i...



details:   https://anonhg.NetBSD.org/src/rev/e78f96fd5213
branches:  netbsd-1-6
changeset: 529436:e78f96fd5213
user:      he <he%NetBSD.org@localhost>
date:      Thu Nov 21 20:55:29 2002 +0000

description:
Apply patch (requested by he in ticket #638):
  Back out latest change -- it is somewhat controversial,
  ref. revision 1.14 and causes a build problem.

diffstat:

 sys/arch/powerpc/include/ansi.h |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r ee82e4249ee9 -r e78f96fd5213 sys/arch/powerpc/include/ansi.h
--- a/sys/arch/powerpc/include/ansi.h   Thu Nov 21 20:18:27 2002 +0000
+++ b/sys/arch/powerpc/include/ansi.h   Thu Nov 21 20:55:29 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ansi.h,v 1.11.18.1 2002/11/16 09:40:32 he Exp $        */
+/*     $NetBSD: ansi.h,v 1.11.18.2 2002/11/21 20:55:29 he Exp $        */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -58,16 +58,12 @@
 #define        _BSD_TIMER_T_           int             /* timer_t */
 #define        _BSD_SUSECONDS_T_       int             /* suseconds_t */
 #define        _BSD_USECONDS_T_        unsigned int    /* useconds_t */
-#define        _BSD_VA_LIST_           __va_list       /* va_list */
 
-#if __GNUC_PREREQ__(3, 0)
-typedef        __builtin_va_list __va_list;
-#else
 typedef struct {
        char __gpr, __fpr, __pad[2];
        char *__stack, *__base;
 } __va_list;
-#endif
+#define        _BSD_VA_LIST_           __va_list       /* va_list */
 
 /*
  * NOTE: rune_t is not covered by ANSI nor other standards, and should not



Home | Main Index | Thread Index | Old Index