diff options
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 */ |