diff options
author | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-04-26 03:08:44 +0000 |
---|---|---|
committer | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-04-26 03:08:44 +0000 |
commit | 45a8a1573c086203341f94a21561004a4cee6da7 (patch) | |
tree | 2123e70519f5f81d6c224cab62a3447af95422c2 /sys/arch/vax/include/proc.h | |
parent | 510a16a02bcefe3e18aa4ea1df737f2cdff509e6 (diff) |
vax resurrection, part 1: sync with early-april netbsd
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
Diffstat (limited to 'sys/arch/vax/include/proc.h')
-rw-r--r-- | sys/arch/vax/include/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/proc.h b/sys/arch/vax/include/proc.h index e31407a9a9b..af982fb0532 100644 --- a/sys/arch/vax/include/proc.h +++ b/sys/arch/vax/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.2 1997/05/29 00:04:46 niklas Exp $ */ +/* $OpenBSD: proc.h,v 1.3 2000/04/26 03:08:42 bjc Exp $ */ /* $NetBSD: proc.h,v 1.2 1994/10/26 08:02:21 cgd Exp $ */ /* @@ -37,7 +37,7 @@ */ /* - * Machine-dependent part of the proc structure for hp300. + * Machine-dependent part of the proc structure for vax. */ struct mdproc { int md_flags; /* machine-dependent flags */ |