summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-11-07 10:25:42 +0000
committerniklas <niklas@openbsd.org>1997-11-07 10:25:42 +0000
commit0b878aa3f0670e9b233dd41313aecceed86c233a (patch)
treeded84933d470de9f9333a301d46f4314bfc8382b
parent$OpenBSD$ (diff)
downloadwireguard-openbsd-0b878aa3f0670e9b233dd41313aecceed86c233a.tar.xz
wireguard-openbsd-0b878aa3f0670e9b233dd41313aecceed86c233a.zip
$OpenBSD$
-rw-r--r--sys/isofs/cd9660/cd9660_mount.h2
-rw-r--r--sys/kern/kern_lock.c2
-rw-r--r--sys/sys/lock.h2
-rw-r--r--sys/sys/simplelock.h2
-rw-r--r--sys/ufs/ffs/ffs_softdep.c2
5 files changed, 10 insertions, 0 deletions
diff --git a/sys/isofs/cd9660/cd9660_mount.h b/sys/isofs/cd9660/cd9660_mount.h
index 7c594d3183d..6f2e1d39d9e 100644
--- a/sys/isofs/cd9660/cd9660_mount.h
+++ b/sys/isofs/cd9660/cd9660_mount.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: cd9660_mount.h,v 1.2 1997/11/07 10:29:40 niklas Exp $ */
+
/*
* Copyright (c) 1995
* The Regents of the University of California. All rights reserved.
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/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_
/*
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.
*