diff options
author | 2013-06-03 10:37:02 +0000 | |
---|---|---|
committer | 2013-06-03 10:37:02 +0000 | |
commit | 5b25c3e7642dea124e8a8d56c7a1924db610efc8 (patch) | |
tree | a295051ca845c6e14a9f93dc610c49c92c4a05c5 /sys/tmpfs/tmpfs_subr.c | |
parent | No need to set backend var here, it's always set before to the same value. (diff) | |
download | wireguard-openbsd-5b25c3e7642dea124e8a8d56c7a1924db610efc8.tar.xz wireguard-openbsd-5b25c3e7642dea124e8a8d56c7a1924db610efc8.zip |
sprinkle $OpenBSD$, pointed out by pedro
Diffstat (limited to 'sys/tmpfs/tmpfs_subr.c')
-rw-r--r-- | sys/tmpfs/tmpfs_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/tmpfs/tmpfs_subr.c b/sys/tmpfs/tmpfs_subr.c index cf044459685..6e0fab9c4fd 100644 --- a/sys/tmpfs/tmpfs_subr.c +++ b/sys/tmpfs/tmpfs_subr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tmpfs_subr.c,v 1.2 2013/06/03 10:37:02 espie Exp $ */ /* $NetBSD: tmpfs_subr.c,v 1.79 2012/03/13 18:40:50 elad Exp $ */ /* |