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/stand | |
parent | 571b1ac5cbb5784eba442364418e61c181b1971b (diff) |
$OpenBSD$
Diffstat (limited to 'sys/arch/pmax/stand')
-rw-r--r-- | sys/arch/pmax/stand/filesystem.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |