artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e9f6c
)
whitespace
author
djm
<djm@openbsd.org>
Wed, 14 Jan 2015 20:54:29 +0000
(20:54 +0000)
committer
djm
<djm@openbsd.org>
Wed, 14 Jan 2015 20:54:29 +0000
(20:54 +0000)
usr.bin/ssh/bitmap.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/bitmap.c
b/usr.bin/ssh/bitmap.c
index
cd9df8c
..
4d66e97
100644
(file)
--- a/
usr.bin/ssh/bitmap.c
+++ b/
usr.bin/ssh/bitmap.c
@@
-152,7
+152,6
@@
bitmap_nbits(struct bitmap *b)
bits--;
}
return bits;
-
}
size_t
@@
-179,7
+178,6
@@
bitmap_to_string(struct bitmap *b, void *p, size_t l)
s[need - 1 - k++] = (b->d[i] >> (j * 8)) & 0xff;
}
}
-
return 0;
}