From 7452b8557dd2ae4ce11da3b15a2a8a5eaee71301 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Sep 2004 20:36:20 +0000 Subject: 2004-09-29 Joel Sherrill * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h, libnetworking/pppd/utils.c: i960 obsoleted and all references removed. --- cpukit/pppd/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/pppd/utils.c') diff --git a/cpukit/pppd/utils.c b/cpukit/pppd/utils.c index 6a399385e7..fd799e6a35 100644 --- a/cpukit/pppd/utils.c +++ b/cpukit/pppd/utils.c @@ -209,7 +209,7 @@ vslprintf(buf, buflen, fmt, args) break; case 'r': f = va_arg(args, char *); -#if !defined(__PPC__) && !defined(__i960__) +#if !defined(__PPC__) 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