diff options
author | 2006-06-04 19:08:03 +0000 | |
---|---|---|
committer | 2006-06-04 19:08:03 +0000 | |
commit | 81312fda9519e1f26c831ef6d4f0872b710845c0 (patch) | |
tree | 00ebf0d7195c0e4497ae452f7e9dcec58ca43b13 /sys/kern/subr_mutex.c | |
parent | Only invalidate stored replies if an adjustment was really made. (diff) | |
download | wireguard-openbsd-81312fda9519e1f26c831ef6d4f0872b710845c0.tar.xz wireguard-openbsd-81312fda9519e1f26c831ef6d4f0872b710845c0.zip |
Missing RCS Id
Diffstat (limited to 'sys/kern/subr_mutex.c')
-rw-r--r-- | sys/kern/subr_mutex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/subr_mutex.c b/sys/kern/subr_mutex.c index d4f397466ae..59b213c0ff6 100644 --- a/sys/kern/subr_mutex.c +++ b/sys/kern/subr_mutex.c @@ -1,3 +1,5 @@ +/* $OpenBSD: subr_mutex.c,v 1.2 2006/06/04 19:08:03 miod Exp $ */ + /* * Copyright (c) 2004 Artur Grabowski <art@openbsd.org> * All rights reserved. |