DragonFly BSD
DragonFly kernel List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: trouble porting pci kld


From: Jeroen Ruigrok/asmodai <asmodai@xxxxxx>
Date: Mon, 19 Jul 2004 08:35:32 +0200

-On [20040719 03:12], Chuck Tuffli (chuck_tuffli@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...



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]