Editors, please note this.
Posted Aug 19, 2003 19:53 UTC (Tue) by
nx_in (guest, #14162)
Parent article:
Why SCO won't show the code
The code which they are displaying as from linux kernel, is NOT
actually from linux kernel. See in the second picture:
if (size == 0)
return) ((ulong_t NULL);
Now, this code doesn't even compile!! The actual code that exists in linux
is this:
if (size == 0)
return((ulong_t) NULL);
Now, this could be really dangerous.
Moreover, this file is part of only the ia64 port which not even 2% of
linux users use. Just why I am supposed to pay SCO ??
(
Log in to post comments)