source: npl/internetserver/poptop_ppp/patches/ppp-2.4.1-varargs.patch @ 0105685

gcc484ntopperl-5.22
Last change on this file since 0105685 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 434 bytes
RevLine 
[c5c522c]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 */
Note: See TracBrowser for help on using the repository browser.