Re: build depends on kernel-headers
> > The thing is, kernel-headers should not be used at all unless you're
> > compile glibc, or modules. Anything else will break.
>
> So you're saying it's better to hardcode syscall numbers and stuff
> than using the kernel headers? Suuuure...
Also chiming in: Suppose my code reads a struct from a device file.
That struct is defined in a kernel header (not part of glibc). You're
saying I should duplicate that header in my source rather than
build-depend on kernel-headers-X.X? Hmmm...
-itai
Reply to: