X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=blobdiff_plain;f=isdn4k-utils%2Fpatches%2F015-isdn4k-utils-fix-ipppd.patch;fp=isdn4k-utils%2Fpatches%2F015-isdn4k-utils-fix-ipppd.patch;h=0000000000000000000000000000000000000000;hp=ebe9e8e88f29b0ee40ea043b674af8f743da2358;hb=190e86f4ff9fc141c37d2e318ee42d4989545979;hpb=79f79385e2873337ad01d3a9e1dfdb15f99be763 diff --git a/isdn4k-utils/patches/015-isdn4k-utils-fix-ipppd.patch b/isdn4k-utils/patches/015-isdn4k-utils-fix-ipppd.patch deleted file mode 100644 index ebe9e8e88..000000000 --- a/isdn4k-utils/patches/015-isdn4k-utils-fix-ipppd.patch +++ /dev/null @@ -1,23 +0,0 @@ -*** isdn4k-utils-CVS-2010-05-01-patched/ipppd.org/main.c 1969-12-31 20:03:58.571929416 -0500 ---- isdn4k-utils-CVS-2010-05-01-patched/ipppd/main.c 2012-07-18 05:46:07.636040971 -0400 -*************** -*** 1301,1309 **** - * XXX We assume a va_list is either a pointer or an array, so - * what gets passed for a va_list is like a void * in some sense. - */ - a = va_arg(args, void *); -! #if defined(__alpha__) || defined(__sh__) /* always do this? */ - n = fmtmsg(buf, buflen + 1, f, a); - #else - n = vfmtmsg(buf, buflen + 1, f, a); - #endif ---- 1301,1309 ---- - * XXX We assume a va_list is either a pointer or an array, so - * what gets passed for a va_list is like a void * in some sense. - */ - a = va_arg(args, void *); -! #if defined(__alpha__) || defined(__sh__) || defined ( __arm__ ) /* always do this? */ - n = fmtmsg(buf, buflen + 1, f, a); - #else - n = vfmtmsg(buf, buflen + 1, f, a); - #endif