From 299a523f63201e829ecdcd633b6b7f9008968d3e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Aug 2002 11:23:44 +0000 Subject: 2002-08-12 Joel Sherrill * pppd/utils.c: Include i960 in varargs conditional to avoid error. --- cpukit/pppd/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/pppd') diff --git a/cpukit/pppd/utils.c b/cpukit/pppd/utils.c index 74b7fc48a3..b4f0e39ab2 100644 --- a/cpukit/pppd/utils.c +++ b/cpukit/pppd/utils.c @@ -248,7 +248,7 @@ vslprintf(buf, buflen, fmt, args) break; case 'r': f = va_arg(args, char *); -#ifndef __PPC__ +#if !defined(__PPC__) && !defined(__i960__) n = vslprintf(buf, buflen + 1, f, va_arg(args, va_list)); #else /* HACK: On the powerpc, a va_list is an array of 1 structure */ -- cgit v1.2.3