Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569475
en ru br
ALT Linux repos
S:2.5.0-alt1
5.0: 2.4.4-alt11
4.1: 2.4.4-alt10.M41.1
4.0: 2.4.4-alt10
+updates:2.4.4-alt10
3.0: 2.4.2-alt6
+updates:2.4.2-alt6.M30.1

Group :: Networking/Other
RPM: ppp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ppp-2.4.2-__P.diff
Download


--- pppd/pppd.h
+++ pppd/pppd.h	2004/09/12 07:31:44
@@ -57,14 +57,17 @@
 #include <net/ppp_defs.h>
 #include "patchlevel.h"
 
+#undef __P
 #if defined(__STDC__)
 #include <stdarg.h>
 #define __V(x)	x
+#define __P(args) args
 #else
 #include <varargs.h>
 #define __V(x)	(va_alist) va_dcl
 #define const
 #define volatile
+#define __P(args)
 #endif
 
 #ifdef INET6
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin