trouble porting pci kld

Jeroen Ruigrok/asmodai asmodai at wxs.nl
Sun Jul 18 23:37:32 PDT 2004


-On [20040719 03:12], Chuck Tuffli (chuck_tuffli at xxxxxxxxxxx) wrote:
>#include <stdint.h>
>to
>#include <sys/stdint.h>

Which goes against the C specification, stdint.h is REQUIRED to be reachable
through:

#include <stdint.h>

IIRC, kernel drivers can only depend on machine/ and sys/ headers, so the
above is probably moot anymore.

There's most likely an equivalent header to include.

-- 
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono
Free Tibet! http://www.savetibet.org/ | http://www.tibet.nu/
http://www.tendra.org/   | http://diary.in-nomine.org/
Try not to become a man of success but rather to become a man of value...





More information about the Kernel mailing list