diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-06 19:20:34 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-06 19:20:34 +0000 |
| commit | 34fee57ad24767ecdd4d3c6aed3d157c1f633e60 (patch) | |
| tree | 0d04832520fc9c79538b1a2c4fdf7e49fd0a7cf8 /sbin/ccdconfig | |
| parent | 6cc5a7220c7d505ce41aae9fb7d18836024a12a2 (diff) | |
Notes
Diffstat (limited to 'sbin/ccdconfig')
| -rw-r--r-- | sbin/ccdconfig/ccdconfig.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index e27ada40eb61..95ae3d19183b 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -34,13 +34,12 @@ #ifndef lint static const char rcsid[] = - "$Id: ccdconfig.c,v 1.10 1998/09/15 08:15:22 gibbs Exp $"; + "$Id: ccdconfig.c,v 1.11 1999/04/05 06:30:12 peter Exp $"; #endif /* not lint */ #include <sys/param.h> #include <sys/disklabel.h> #include <sys/device.h> -#include <sys/disk.h> #include <sys/stat.h> #include <sys/module.h> #include <ctype.h> |
