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

gcc484ntopperl-5.22
Last change on this file since c5c522c 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
  • ppp-2.4.1/pppd/utils.c

     
    254254            break;
    255255        case 'r':
    256256            f = va_arg(args, char *);
    257 #ifndef __powerpc__
     257#if !defined(__powerpc__) && !defined(__s390__) && !defined(__s390x__) && !defined(__x86_64__)
    258258            n = vslprintf(buf, buflen + 1, f, va_arg(args, va_list));
    259259#else
    260260            /* On the powerpc, a va_list is an array of 1 structure */
Note: See TracBrowser for help on using the repository browser.