diff options
author | 2007-03-19 15:00:08 +0000 | |
---|---|---|
committer | 2007-03-19 15:00:08 +0000 | |
commit | 3cc7fc8c49e8d09c1236464845dafb93c18ae873 (patch) | |
tree | bc4c4bc275321aceb9b489d57bbdee9502c2f695 /sys/dev/softraid.c | |
parent | attach softraid to the root of the device tree in a machine independant (diff) | |
download | wireguard-openbsd-3cc7fc8c49e8d09c1236464845dafb93c18ae873.tar.xz wireguard-openbsd-3cc7fc8c49e8d09c1236464845dafb93c18ae873.zip |
Fix keyword expansion.
ok marco
Diffstat (limited to 'sys/dev/softraid.c')
-rw-r--r-- | sys/dev/softraid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index fdc9f4cd64d..298989f19a1 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD $ */ +/* $OpenBSD: softraid.c,v 1.3 2007/03/19 15:00:08 mk Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * |