Messages in this thread |  | | From | "Albert D. Cahalan" <> | Subject | Re: [patch] fat/msdos/vfat crud removal | Date | Sun, 9 Jun 2002 17:04:18 -0400 (EDT) |
| |
Thunder from the h writes: > On 9 Jun 2002, Eric W. Biederman wrote:
>> #include <linux/*> >> and >> #include <asm/*> >> are no longer supported.
Try "are no longer supplied by raw kernel source" instead. They damn well better exist, cleaned up for non-kernel use.
> Stop! The reason for _some_ includes there is actually to keep some > definitions in sync with the kernel, e.g. errno values! Stopping them > altogether is a Really Bad Thing[tm], IMO, since it means users will have > to get a new glibc with almost every kernel they have (don't tell me we > don't change much!). > > I'm against it.
Too late. You're WAY too late. This is on a Debian box:
$ /bin/ls -ldog /usr/include/linux drwxr-xr-x 11 root 28672 Jun 4 19:41 /usr/include/linux
As you can see, a kernel upgrade would do nothing to change the headers in /usr/include/linux. - 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/
|  |