/[smeserver]/rpms/ppp/sme9/ppp-2.4.1-varargs.patch
ViewVC logotype

Contents of /rpms/ppp/sme9/ppp-2.4.1-varargs.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Mar 6 22:45:19 2013 UTC (11 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: ppp-2_4_5-24_fc19, ppp-2_4_5-24_el6_sme, HEAD
Initial import

1 diff -up ppp-2.4.4/pppd/utils.c.varargs ppp-2.4.4/pppd/utils.c
2 --- ppp-2.4.4/pppd/utils.c.varargs 2004-11-04 05:02:26.000000000 -0500
3 +++ ppp-2.4.4/pppd/utils.c 2008-08-28 17:34:29.000000000 -0400
4 @@ -290,7 +290,7 @@ vslprintf(buf, buflen, fmt, args)
5 #if 0 /* not used, and breaks on S/390, apparently */
6 case 'r':
7 f = va_arg(args, char *);
8 -#ifndef __powerpc__
9 +#if !defined (__powerpc__) && !defined(__s390__) && !defined(__s390x__) && !defined(__x86_64__)
10 n = vslprintf(buf, buflen + 1, f, va_arg(args, va_list));
11 #else
12 /* On the powerpc, a va_list is an array of 1 structure */

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed