Shutup complaints about unimplemented SVR4 ioctls

This commit is contained in:
Andrew Gallatin 2000-01-06 02:35:44 +00:00
parent 838fb327f2
commit b5227c64c4

View File

@ -125,6 +125,14 @@ osf1_ioctl(p, uap)
return osf1_ioctl_t(p, &a, cmd, dir, len);
case 'f':
return osf1_ioctl_f(p, &a, cmd, dir, len);
case 'S':
/*
* XXX SVR4 Streams IOCTLs are all unimpl.
*/
#ifndef IOCTL_DEBUG
return (0);
#endif
default:
printf(
"unimplented OSF/1 IOCTL: group = %c, cmd = %d, len = %d, dir = %s\n",