Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand/lib Include <machine/stdarg.h> and not <...
details: https://anonhg.NetBSD.org/src/rev/8308a262a1d5
branches: trunk
changeset: 467491:8308a262a1d5
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Mar 25 05:13:15 1999 +0000
description:
Include <machine/stdarg.h> and not <stdarg.h> - found by adding
-nostdinc to CPPFLAGS.
diffstat:
sys/arch/pmax/stand/lib/rz.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 212957bbe5e3 -r 8308a262a1d5 sys/arch/pmax/stand/lib/rz.c
--- a/sys/arch/pmax/stand/lib/rz.c Thu Mar 25 05:07:34 1999 +0000
+++ b/sys/arch/pmax/stand/lib/rz.c Thu Mar 25 05:13:15 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rz.c,v 1.10 1999/02/22 10:16:52 simonb Exp $ */
+/* $NetBSD: rz.c,v 1.11 1999/03/25 05:13:15 simonb Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -38,12 +38,11 @@
* @(#)rz.c 8.1 (Berkeley) 6/10/93
*/
-#include <stdarg.h>
-
#include <stand.h>
#include <sys/param.h>
#include <sys/disklabel.h>
#include <machine/dec_prom.h>
+#include <machine/stdarg.h>
#include <rz.h>
struct rz_softc {
Home |
Main Index |
Thread Index |
Old Index