summaryrefslogtreecommitdiffstats
path: root/sys/sys/dkstat.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-07 15:26:43 +0000
committerphk <phk@FreeBSD.org>2003-05-07 15:26:43 +0000
commit787b7986739e70d107a2b216225df19fbb85916a (patch)
tree3cd874161b3f57b0040ceb88919497f14fb4362b /sys/sys/dkstat.h
parente5836096f0d251b8c19ada220004e55528473be2 (diff)
downloadFreeBSD-src-787b7986739e70d107a2b216225df19fbb85916a.zip
FreeBSD-src-787b7986739e70d107a2b216225df19fbb85916a.tar.gz
#include <sys/resource.h> to limit ports damage.
Approved by: re/rwatson
Diffstat (limited to 'sys/sys/dkstat.h')
-rw-r--r--sys/sys/dkstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/dkstat.h b/sys/sys/dkstat.h
index de66e17..6a78690 100644
--- a/sys/sys/dkstat.h
+++ b/sys/sys/dkstat.h
@@ -42,6 +42,6 @@
#ifndef _SYS_DKSTAT_H_
#define _SYS_DKSTAT_H_ 1
-#warning "<sys/dkstat.h> is deprecated and should not be #include'd"
+#include <sys/resource.h>
#endif /* _SYS_DKSTAT_H_ */
OpenPOWER on IntegriCloud