]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - isdn4k-utils/patches/012-isdn4k-utils-sh-linux.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/ms/ipfire-3.x.git] / isdn4k-utils / patches / 012-isdn4k-utils-sh-linux.patch
CommitLineData
bd1c5dc2
MT
1--- isdn4k-utils-CVS-2006-07-20/ipppd/main.c.org 2008-07-06 00:10:14.000000000 +0900
2+++ isdn4k-utils-CVS-2006-07-20/ipppd/main.c 2008-07-06 00:11:11.000000000 +0900
3@@ -1302,7 +1302,7 @@
4 * what gets passed for a va_list is like a void * in some sense.
5 */
6 a = va_arg(args, void *);
7-#ifdef __alpha__ /* always do this? */
8+#if defined(__alpha__) || defined(__sh__) /* always do this? */
9 n = fmtmsg(buf, buflen + 1, f, a);
10 #else
11 n = vfmtmsg(buf, buflen + 1, f, a);