From: Roland McGrath Date: Tue, 14 Jan 2003 07:53:34 +0000 (+0000) Subject: 2003-01-13 Roland McGrath X-Git-Tag: v4.5.18~870 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb3af52962a322da7cb13966ae66ab9fa5b314d4;p=strace 2003-01-13 Roland McGrath * ioctl.c (ioctl_decode) [POWERPC]: Decode term ioctls like Alpha. From Anton Blanchard . --- diff --git a/ioctl.c b/ioctl.c index 2af2743e..5d09328b 100644 --- a/ioctl.c +++ b/ioctl.c @@ -100,7 +100,7 @@ long code, arg; { switch ((code >> 8) & 0xff) { #ifdef LINUX -#ifdef ALPHA +#if defined(ALPHA) || defined(POWERPC) case 'f': case 't': case 'T': #else /* !ALPHA */ case 0x54: