summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_bsd.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-18 08:45:25 +0000
committerphk <phk@FreeBSD.org>2003-03-18 08:45:25 +0000
commite059b79437b2e02b4b4fdc0788b40a5da22e1f9b (patch)
treeedaddd833b7da7fad5ccce7a97a7d3c7c70d9786 /sys/geom/geom_bsd.c
parent6c826bc36853c5dead86a073669bbde4d939e945 (diff)
downloadFreeBSD-src-e059b79437b2e02b4b4fdc0788b40a5da22e1f9b.zip
FreeBSD-src-e059b79437b2e02b4b4fdc0788b40a5da22e1f9b.tar.gz
Including <sys/stdint.h> is (almost?) universally only to be able to use
%j in printfs, so put a newsted include in <sys/systm.h> where the printf prototype lives and save everybody else the trouble.
Diffstat (limited to 'sys/geom/geom_bsd.c')
-rw-r--r--sys/geom/geom_bsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c
index 96b6cfd..9a76f70 100644
--- a/sys/geom/geom_bsd.c
+++ b/sys/geom/geom_bsd.c
@@ -55,7 +55,6 @@
#include <sys/lock.h>
#include <sys/mutex.h>
#endif
-#include <sys/stdint.h>
#include <sys/md5.h>
#include <sys/errno.h>
#include <sys/disklabel.h>
OpenPOWER on IntegriCloud