summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-11-07 10:28:38 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-11-07 10:28:38 +0000
commit3b660ed705c50324061d1ec4c0b5261679ff45f3 (patch)
treeefe26c20f2e61b95dddba054758334b9b30fa4e8 /sys
parent1ae78dff3fb9db9c17e918543c7525b85b1f1eea (diff)
$OpenBSD$
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_lock.c2
-rw-r--r--sys/ufs/ffs/ffs_softdep.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index bf77d0b4a8a..564d9f4b458 100644
--- a/sys/kern/kern_lock.c
+++ b/sys/kern/kern_lock.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: kern_lock.c,v 1.5 1997/11/07 10:27:43 niklas Exp $ */
+
/*
* Copyright (c) 1995
* The Regents of the University of California. All rights reserved.
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c
index 606191875e2..b2cb9ba145d 100644
--- a/sys/ufs/ffs/ffs_softdep.c
+++ b/sys/ufs/ffs/ffs_softdep.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: ffs_softdep.c,v 1.2 1997/11/07 10:28:37 niklas Exp $ */
+
/*
* Copyright 1997 Marshall Kirk McKusick. All Rights Reserved.
*