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

Annotation of /rpms/ppp/sme10/ppp-2.4.1-varargs.patch

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


Revision 1.1 - (hide annotations) (download)
Thu Feb 4 13:23:45 2016 UTC (8 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: ppp-2_4_5-24_el7_sme, HEAD
sme10 branch

1 vip-ire 1.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