diff options
author | imp <imp@cvs.openbsd.org> | 1996-09-02 20:45:46 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1996-09-02 20:45:46 +0000 |
commit | 12dfdc56b5b94160a4a1140de985dabf3b6f38e0 (patch) | |
tree | 28dade6ebdebd9f93fe05415082ff0336a3381cf /sys/arch | |
parent | 4a1b670d2797a4dca43bc3d7a44cb5e9634f878f (diff) |
NetBSD -> OpenBSD
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arc/arc/machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arc/arc/machdep.c b/sys/arch/arc/arc/machdep.c index 5d281afcc92..7a80c7ef97e 100644 --- a/sys/arch/arc/arc/machdep.c +++ b/sys/arch/arc/arc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.6 1996/09/02 11:33:23 pefo Exp $ */ +/* $OpenBSD: machdep.c,v 1.7 1996/09/02 20:45:45 imp Exp $ */ /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 8.3 (Berkeley) 1/12/94 - * $Id: machdep.c,v 1.6 1996/09/02 11:33:23 pefo Exp $ + * $Id: machdep.c,v 1.7 1996/09/02 20:45:45 imp Exp $ */ /* from: Utah Hdr: machdep.c 1.63 91/04/24 */ @@ -182,7 +182,7 @@ mips_init(argc, argv, code) u_char prodid[8]; } *sys_id; - /* clear the BSS segment in NetBSD code */ + /* clear the BSS segment in OpenBSD code */ v = (caddr_t)mips_round_page(end); bzero(edata, v - edata); |