summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-11-07 10:25:43 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-11-07 10:25:43 +0000
commit1ae78dff3fb9db9c17e918543c7525b85b1f1eea (patch)
tree3c63f419db51b9f8213af62509c623a53ca684ae
parent20ded8ce1d2745f8b3d5019f2fe3dac1f93f8ebc (diff)
$OpenBSD$
-rw-r--r--sys/sys/lock.h2
-rw-r--r--sys/sys/simplelock.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/lock.h b/sys/sys/lock.h
index f4491b09520..854eaebdbe6 100644
--- a/sys/sys/lock.h
+++ b/sys/sys/lock.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: lock.h,v 1.4 1997/11/07 10:25:42 niklas Exp $ */
+
/*
* Copyright (c) 1995
* The Regents of the University of California. All rights reserved.
diff --git a/sys/sys/simplelock.h b/sys/sys/simplelock.h
index c979f157b08..abdc7948c8e 100644
--- a/sys/sys/simplelock.h
+++ b/sys/sys/simplelock.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: simplelock.h,v 1.4 1997/11/07 10:25:42 niklas Exp $ */
+
#ifndef _SIMPLELOCK_H_
#define _SIMPLELOCK_H_
/*