#ifndef _SYS_IOCTL_H #define _SYS_IOCTL_H #include #include __SYSINC__(ioctl.h) extern int ioctl __P((int __fildes, int __cmd, ...)); #endif