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

Contents of /rpms/ppp/sme7/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)
Tue Jun 12 17:08:30 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: ppp-2_4_4-1_3_el4_sme, HEAD
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 RSS 2.0 feed