diff options
author | mux <mux@FreeBSD.org> | 2002-10-27 12:27:04 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-10-27 12:27:04 +0000 |
commit | 0ef4b48b325b25c24a840a0a90f06816cd9b6221 (patch) | |
tree | 872ee6535ca4079b1a2bb30eb83e3afaf4f0e846 /sys/dev/ciss/ciss.c | |
parent | ae36702cc1acb13e69fa5fcab481f2d7abfc080a (diff) | |
download | FreeBSD-src-0ef4b48b325b25c24a840a0a90f06816cd9b6221.zip FreeBSD-src-0ef4b48b325b25c24a840a0a90f06816cd9b6221.tar.gz |
Fix a bunch of warnings on 64 bit platforms in the
CISS_DEBUG case by appropriately using %z and %j.
Diffstat (limited to 'sys/dev/ciss/ciss.c')
-rw-r--r-- | sys/dev/ciss/ciss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index ae17969..6479929 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -76,6 +76,7 @@ #include <sys/conf.h> #include <sys/devicestat.h> #include <sys/stat.h> +#include <sys/stdint.h> #include <cam/cam.h> #include <cam/cam_ccb.h> |