diff options
author | 2010-09-08 10:50:27 +0000 | |
---|---|---|
committer | 2010-09-08 10:50:27 +0000 | |
commit | 3de99bf098691912a34f8c1b9f0f5525d75da43e (patch) | |
tree | 91bf729e16eb47f3b53f9c183d5d42c9c2875296 | |
parent | creating a pfsync interface is always done from process context, so (diff) | |
download | wireguard-openbsd-3de99bf098691912a34f8c1b9f0f5525d75da43e.tar.xz wireguard-openbsd-3de99bf098691912a34f8c1b9f0f5525d75da43e.zip |
Add $OpenBSD$ prompted by mikeb@
-rw-r--r-- | sys/kern/vfs_vops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_vops.c b/sys/kern/vfs_vops.c index 07b854b9ea0..40fb95c71f4 100644 --- a/sys/kern/vfs_vops.c +++ b/sys/kern/vfs_vops.c @@ -1,3 +1,4 @@ +/* $OpenBSD: vfs_vops.c,v 1.2 2010/09/08 10:50:27 thib Exp $ */ /* * Copyright (c) 2010 Thordur I. Bjornsson <thib@openbsd.org> * |