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/alpha/include | |
| parent | 82d8695afbbbc5a39a9fb96801940e11b05912b5 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h index 1edf6bebab64..9db2b9aad497 100644 --- a/sys/alpha/include/cpu.h +++ b/sys/alpha/include/cpu.h @@ -66,7 +66,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_ROOT_DEVICE 2 /* string: root device name */ #define CPU_UNALIGNED_PRINT 3 /* int: print unaligned accesses */ #define CPU_UNALIGNED_FIX 4 /* int: fix unaligned accesses */ |
