Re: SCO's infringing files list
From: Florian Weimer
Date: Tue Dec 23 2003 - 04:30:49 EST
jw schultz wrote:
> And for the names, perhaps they would care to sue The Open
> Group?
Not the names, but the comments. 8-)
> http://www.opengroup.org/onlinepubs/007904975/basedefs/errno.h.html
The comments were added in Linux 0.99.1, and I'm not sure what was the
source. For example, Linux has:
#define ENOTTY 25 /* Not a typewriter */
Solaris:
#define ENOTTY 25 /* Inappropriate ioctl for device */
Current POSIX:
[ENOTTY]
Inappropriate I/O control operation.
I couldn't find any historic Minix header files. Minix 2 has:
#define ENOTTY (_SIGN 25) /* inappropriate I/O control operation */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/