aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ubsec
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/dev/ubsec
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/dev/ubsec')
-rw-r--r--sys/dev/ubsec/ubsec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ubsec/ubsec.c b/sys/dev/ubsec/ubsec.c
index c0916530e159..c5291b9e45da 100644
--- a/sys/dev/ubsec/ubsec.c
+++ b/sys/dev/ubsec/ubsec.c
@@ -55,7 +55,6 @@
#include <sys/mbuf.h>
#include <sys/lock.h>
#include <sys/mutex.h>
-#include <sys/stdint.h>
#include <sys/sysctl.h>
#include <sys/endian.h>