lkml.org 
[lkml]   [2003]   [Dec]   [24]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: SCO's infringing files list
FromJussi Laako <>
Date24 Dec 2003 15:11:32 +0200
On Wed, 2003-12-24 at 14:19, Norman Diamond wrote:

> > > /* This is a list of all known signal numbers.  */
> > >
> > > CONST char *CONST _sys_errlist[] = {
> >
> > I wonder if there are any UNIX sources which have a similar typo.
> 
> That kind of error (typo, thinko, etc.) was more common than you think.  The
> related file /usr/include/errno.h was source code readable by everyone.  If
> anyone has a copy of errno.h from BSD days (when BSD wasn't completely free
> yet), it would be worth checking.  If this comment was copied from BSD then
> the next question is whether this comment originated at BSD or was copied
> from ATT.

At least the 4.2 (file dated 7/29/83) or the 4.3reno (file dated
6/28/90) doesn't contain such comment. There's no copyright statement in
4.2, but there is in 4.3reno.


4.2 (& 4.3):
--- 8< ---
/*
 * Error codes
 */
--- 8< ---
#define ENOTTY          25              /* Not a typewriter */
--- 8< ---

4.3reno:
--- 8< ---
#define ENOTTY          25              /* Inappropriate ioctl for
device */
--- 8< ---

-- 
Jussi Laako <jussi@sonarnerd.net>

-
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/

\
 
 \ /
  Last update: 2005-03-22 12:59    [from the cache]
©2003-2008