sync with OpenBSD -current
This commit is contained in:
parent
6c1791ec4e
commit
d56bde2791
27 changed files with 162 additions and 54 deletions
|
@ -269,6 +269,9 @@ typedef struct internal_state {
|
|||
/* Number of valid bits in bi_buf. All bits above the last valid bit
|
||||
* are always zero.
|
||||
*/
|
||||
int bi_used;
|
||||
/* Last number of used bits when going to a byte boundary.
|
||||
*/
|
||||
|
||||
ulg high_water;
|
||||
/* High water mark offset in window for initialized bytes -- bytes above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue