Change seq_read to seq_load to avoid namespace conflicts with lkpi
MFC after: 1 week Sponsored by: iX Systems
This commit is contained in:
parent
3f6cab079c
commit
ebe0b35a18
@ -2629,7 +2629,7 @@ fget_unlocked(struct filedesc *fdp, int fd, cap_rights_t *needrightsp,
|
||||
*/
|
||||
for (;;) {
|
||||
#ifdef CAPABILITIES
|
||||
seq = seq_read(fd_seq(fdt, fd));
|
||||
seq = seq_load(fd_seq(fdt, fd));
|
||||
fde = &fdt->fdt_ofiles[fd];
|
||||
haverights = *cap_rights_fde_inline(fde);
|
||||
fp = fde->fde_file;
|
||||
|
@ -121,7 +121,7 @@ seq_write_end(seq_t *seqp)
|
||||
}
|
||||
|
||||
static __inline seq_t
|
||||
seq_read(const seq_t *seqp)
|
||||
seq_load(const seq_t *seqp)
|
||||
{
|
||||
seq_t ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user