Parent Directory | Revision Log | Revision Graph
Import on branch sme7 of package ppp-2.4.4-1.3.el4.sme.src.rpm
1 | --- ppp-2.4.1/pppd/utils.c Thu Jun 6 16:22:58 2002 |
2 | +++ ppp-2.4.1/pppd/utils.c Thu Jun 6 16:22:00 2002 |
3 | @@ -254,7 +254,7 @@ |
4 | break; |
5 | case 'r': |
6 | f = va_arg(args, char *); |
7 | -#ifndef __powerpc__ |
8 | +#if !defined(__powerpc__) && !defined(__s390__) && !defined(__s390x__) && !defined(__x86_64__) |
9 | n = vslprintf(buf, buflen + 1, f, va_arg(args, va_list)); |
10 | #else |
11 | /* On the powerpc, a va_list is an array of 1 structure */ |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |