aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-05-07 15:26:43 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-05-07 15:26:43 +0000
commit8b7e2de80ca291949115e91b0301745f3ea531ec (patch)
tree3cd874161b3f57b0040ceb88919497f14fb4362b /sys/sys
parent43713b6debdbf35b97b9f585232355ed72c3e04e (diff)
downloadsrc-8b7e2de80ca291949115e91b0301745f3ea531ec.tar.gz
src-8b7e2de80ca291949115e91b0301745f3ea531ec.zip
#include <sys/resource.h> to limit ports damage.
Approved by: re/rwatson
Notes
Notes: svn path=/head/; revision=114798
Diffstat (limited to 'sys/sys')
-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 de66e17e3d84..6a78690e7f4c 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_ */