diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2008-02-23 19:46:01 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2008-02-23 19:46:01 +0000 |
commit | 0574dfa0e3db6e4d1ad9024ea79565ff3d5e8d80 (patch) | |
tree | 65100d0c237c806e38136ca36427ac84c9a06a47 /sys | |
parent | 9dbf599b6abe9c62c5397abe0d544be027d6b3de (diff) |
Oops to eager with the delete button. prompted by deraadt.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/softraid_crypto.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/softraid_crypto.c b/sys/dev/softraid_crypto.c index c9438aa0f15..9af2f7ebe97 100644 --- a/sys/dev/softraid_crypto.c +++ b/sys/dev/softraid_crypto.c @@ -1,5 +1,7 @@ -/* $OpenBSD: softraid_crypto.c,v 1.17 2008/02/23 19:38:29 marco Exp $ */ +/* $OpenBSD: softraid_crypto.c,v 1.18 2008/02/23 19:46:00 marco Exp $ */ /* + * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> + * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. |