diff options
author | 2017-10-20 01:56:39 +0000 | |
---|---|---|
committer | 2017-10-20 01:56:39 +0000 | |
commit | 309059cfdd981b85d5916e0ae910631503a6f54f (patch) | |
tree | 662cf78a1214da94b74a1cc2d3652bb337eeeb45 /usr.bin/ssh/bitmap.c | |
parent | Don't forget to set the timecounter frequency (diff) | |
download | wireguard-openbsd-309059cfdd981b85d5916e0ae910631503a6f54f.tar.xz wireguard-openbsd-309059cfdd981b85d5916e0ae910631503a6f54f.zip |
add RCSIDs to these; they make syncing portable a bit easier
Diffstat (limited to 'usr.bin/ssh/bitmap.c')
-rw-r--r-- | usr.bin/ssh/bitmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ssh/bitmap.c b/usr.bin/ssh/bitmap.c index d16545dce78..c38b29ef141 100644 --- a/usr.bin/ssh/bitmap.c +++ b/usr.bin/ssh/bitmap.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bitmap.c,v 1.9 2017/10/20 01:56:39 djm Exp $ */ /* * Copyright (c) 2015 Damien Miller <djm@mindrot.org> * |