diff options
Diffstat (limited to 'sys/arch/arc/include/proc.h')
-rw-r--r-- | sys/arch/arc/include/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/include/proc.h b/sys/arch/arc/include/proc.h index b9b2b81c76d..2db639d145b 100644 --- a/sys/arch/arc/include/proc.h +++ b/sys/arch/arc/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.1 1996/06/24 09:07:17 pefo Exp $ */ +/* $OpenBSD: proc.h,v 1.2 1996/07/30 20:24:27 pefo Exp $ */ /* $NetBSD: proc.h,v 1.4 1994/10/26 21:09:52 cgd Exp $ */ /* @@ -40,7 +40,7 @@ */ /* - * Machine-dependent part of the proc structure for DEC Station. + * Machine-dependent part of the proc structure. */ struct mdproc { int *md_regs; /* registers on current frame */ |