Not a typewriter

Richard B. Johnson (root@chaos.analogic.com)
Thu, 10 May 2001 17:42:47 -0400 (EDT)


I noticed that my favorite "errno" has now gotten trashed by
the newer 'C' runtime libraries.

ENOTTY has been for ages, "Not a typewriter".
It's now been changed to "Inappropriate ioctl for device".

Methinks that this means that ../linux/include/asm/errno.h now needs
to be updated:

-#define ENOTTY 25 /* Not a typewriter */
+#define ENOTTY 25 /* Inappropriate ioctl for device
*/

None of these strings are in the kernel, but the headers probably should
show the "latest standard".

Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/