Back out rev 1.11. People want a FUBARed prototype that breaks many

things.
This commit is contained in:
David E. O'Brien 2002-04-09 05:17:44 +00:00
parent a59f8b9e6c
commit 4961d6f99c

View File

@ -67,7 +67,12 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
int ioctl(int, unsigned long, ...);
/*
* 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, ...);
__END_DECLS
#endif