[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Improper headers



On Sun, Feb 27, 2000 at 12:21:08AM -0500, Shourya Sarcar wrote:
> The header files in /usr/include and /usr/include/linux seem o be rather
> inconsistent. The following code spews errors.

/usr/include/linux is Linux private headers. A user level program
should never include them - unless the program is a Linux specific
system level program - top, ps, vmstat etc. /usr/include and /usr/include/sys
are the exported interfaces.

	-Arun