diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-03 00:55:00 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-03 00:55:00 +0000 |
commit | 241b2f3e7dfd8d01131bff2498cd84fc2b1a8844 (patch) | |
tree | c5e61a6f8cf62c474692594312a2380213346306 /sys/arch/pmax | |
parent | 571b1ac5cbb5784eba442364418e61c181b1971b (diff) |
$OpenBSD$
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/dev/sfbreg.h | 2 | ||||
-rw-r--r-- | sys/arch/pmax/stand/filesystem.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/dev/sfbreg.h b/sys/arch/pmax/dev/sfbreg.h index fdecb7bc71a..f4de7aa4f43 100644 --- a/sys/arch/pmax/dev/sfbreg.h +++ b/sys/arch/pmax/dev/sfbreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: sfbreg.h,v 1.5 2000/03/03 00:54:55 todd Exp $ */ /*- * Copyright (c) 1995 * The Regents of the University of California. All rights reserved. @@ -34,7 +35,6 @@ * SUCH DAMAGE. * * from: @(#)sfb.c 8.1 (Berkeley) 6/10/93 - * $Id: sfbreg.h,v 1.4 1996/12/22 15:22:07 graichen Exp $ */ #define SFB_OFFSET_VRAM 0x201000 /* from module's base */ diff --git a/sys/arch/pmax/stand/filesystem.c b/sys/arch/pmax/stand/filesystem.c index 3d34cb86ca1..e3d29887c65 100644 --- a/sys/arch/pmax/stand/filesystem.c +++ b/sys/arch/pmax/stand/filesystem.c @@ -1,3 +1,4 @@ +/* $OpenBSD: filesystem.c,v 1.5 2000/03/03 00:54:55 todd Exp $ */ /* * Copyright (c) 1993 Philip A. Nelson. * All rights reserved. @@ -30,7 +31,6 @@ * * filesystem.c * - * $Id: filesystem.c,v 1.4 1996/12/22 15:23:01 graichen Exp $ */ #include <stand.h> |