mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sys/bufobj.h: Avoid using C++ reserved keyword 'private'
No functional change (except for out-of-tree C++ kmods).
This commit is contained in:
parent
87820437f9
commit
9ecc02ea86
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ struct bufobj {
|
|||
#define ASSERT_BO_LOCKED(bo) rw_assert(BO_LOCKPTR((bo)), RA_LOCKED)
|
||||
#define ASSERT_BO_UNLOCKED(bo) rw_assert(BO_LOCKPTR((bo)), RA_UNLOCKED)
|
||||
|
||||
void bufobj_init(struct bufobj *bo, void *private);
|
||||
void bufobj_init(struct bufobj *bo, void *priv);
|
||||
void bufobj_wdrop(struct bufobj *bo);
|
||||
void bufobj_wref(struct bufobj *bo);
|
||||
void bufobj_wrefl(struct bufobj *bo);
|
||||
|
|
|
|||
Loading…
Reference in a new issue