2003-01-13 Roland McGrath <roland@redhat.com>

* ioctl.c (ioctl_decode) [POWERPC]: Decode term ioctls like Alpha.
	From Anton Blanchard <anton@samba.org>.
This commit is contained in:
Roland McGrath 2003-01-14 07:53:34 +00:00
parent 8f474e087e
commit bb3af52962

View File

@ -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: