aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_subr.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-18 08:45:25 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-18 08:45:25 +0000
commitb4b138c27f9f250fa0ce955de65761501559c328 (patch)
treeedaddd833b7da7fad5ccce7a97a7d3c7c70d9786 /sys/geom/geom_subr.c
parenteb51ffcb6d72ccc2249cc61e81aa74c3ee364c53 (diff)
downloadsrc-b4b138c27f9f250fa0ce955de65761501559c328.tar.gz
src-b4b138c27f9f250fa0ce955de65761501559c328.zip
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.
Notes
Notes: svn path=/head/; revision=112367
Diffstat (limited to 'sys/geom/geom_subr.c')
-rw-r--r--sys/geom/geom_subr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c
index 3b40d46f6303..e76a71d37e13 100644
--- a/sys/geom/geom_subr.c
+++ b/sys/geom/geom_subr.c
@@ -37,7 +37,6 @@
#include <sys/param.h>
-#include <sys/stdint.h>
#ifndef _KERNEL
#include <stdio.h>
#include <unistd.h>