diff options
author | gibbs <gibbs@FreeBSD.org> | 1998-09-15 08:15:30 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1998-09-15 08:15:30 +0000 |
commit | 1bb65e0d8a28cf476487e517d8b682254d70de95 (patch) | |
tree | a8383a03e6bea653e6b5a6659e3f681d88f5f11c /sbin | |
parent | 6eb110bd6840eb7af7100261e50705539c5206fc (diff) | |
download | FreeBSD-src-1bb65e0d8a28cf476487e517d8b682254d70de95.zip FreeBSD-src-1bb65e0d8a28cf476487e517d8b682254d70de95.tar.gz |
Update system to new device statistics code.
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
mike@smith.net.au (Mike Smith)
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ccdconfig/ccdconfig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index 5cbb77e..ed91a6d 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ccdconfig.c,v 1.9 1998/06/04 06:41:26 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -53,6 +53,7 @@ static const char rcsid[] = #include <string.h> #include <unistd.h> +#include <sys/devicestat.h> #include <sys/ccdvar.h> #include "pathnames.h" |