diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-06-20 03:52:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-06-20 03:52:50 +0000 |
| commit | 4c5f10a672b9f20238f26fa9add2c043bbfd0e14 (patch) | |
| tree | f43c4c102aa1b264f32a165c02d81bd1e9b212ef /sys/ia64/include/cpu.h | |
| parent | 82d8695afbbbc5a39a9fb96801940e11b05912b5 (diff) | |
Notes
Diffstat (limited to 'sys/ia64/include/cpu.h')
| -rw-r--r-- | sys/ia64/include/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h index b2bffe8a7acc..f6f6b5cba430 100644 --- a/sys/ia64/include/cpu.h +++ b/sys/ia64/include/cpu.h @@ -62,7 +62,7 @@ struct clockframe { /* * CTL_MACHDEP definitions. */ -#define CPU_CONSDEV 1 /* struct cdev *: console terminal device */ +#define CPU_CONSDEV 1 /* dev_t: console terminal device */ #define CPU_ADJKERNTZ 2 /* int: timezone offset (seconds) */ #define CPU_DISRTCSET 3 /* int: disable resettodr() call */ #define CPU_WALLCLOCK 4 /* int: indicates wall CMOS clock */ |
