diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-07 15:26:43 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-07 15:26:43 +0000 |
| commit | 8b7e2de80ca291949115e91b0301745f3ea531ec (patch) | |
| tree | 3cd874161b3f57b0040ceb88919497f14fb4362b /sys | |
| parent | 43713b6debdbf35b97b9f585232355ed72c3e04e (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/dkstat.h | 2 |
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_ */ |
