diff --git a/sys/sys/ioccom.h b/sys/sys/ioccom.h index b767e573d81a..c6e00df0e3f8 100644 --- a/sys/sys/ioccom.h +++ b/sys/sys/ioccom.h @@ -67,12 +67,7 @@ #include __BEGIN_DECLS -/* - * use parens around the ioctl so that people can define ioctl as a macro. - * Note: This will go away in the future, as soon as the current abusers - * have been fixed. - */ -int (ioctl)(int, unsigned long, ...); +int ioctl(int, unsigned long, ...); __END_DECLS #endif