diff options
author | 2013-01-18 00:24:58 +0000 | |
---|---|---|
committer | 2013-01-18 00:24:58 +0000 | |
commit | 8fa65b3fb383b73ff17d17c2d4bc161e4d721586 (patch) | |
tree | f862537099a12f2946505ab5213c237fb9c96039 /usr.bin/ssh/krl.c | |
parent | Update the ARM CPU ID information. The IDs aren't vendor/product (diff) | |
download | wireguard-openbsd-8fa65b3fb383b73ff17d17c2d4bc161e4d721586.tar.xz wireguard-openbsd-8fa65b3fb383b73ff17d17c2d4bc161e4d721586.zip |
RCD IDs help us keep portable in synch
Diffstat (limited to 'usr.bin/ssh/krl.c')
-rw-r--r-- | usr.bin/ssh/krl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ssh/krl.c b/usr.bin/ssh/krl.c index cccbfae2d44..5ad550eb66e 100644 --- a/usr.bin/ssh/krl.c +++ b/usr.bin/ssh/krl.c @@ -14,6 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/* $OpenBSD: krl.c,v 1.2 2013/01/18 00:24:58 djm Exp $ */ + #include <sys/types.h> #include <sys/param.h> #include <sys/tree.h> |