Try to unbreak the build after r285390 removing the obsolete static
declaration.
This commit is contained in:
parent
f15eb75bd0
commit
782cc51566
@ -94,7 +94,6 @@ SDT_PROVIDER_DEFINE(vfs);
|
|||||||
SDT_PROBE_DEFINE2(vfs, , stat, mode, "char *", "int");
|
SDT_PROBE_DEFINE2(vfs, , stat, mode, "char *", "int");
|
||||||
SDT_PROBE_DEFINE2(vfs, , stat, reg, "char *", "int");
|
SDT_PROBE_DEFINE2(vfs, , stat, reg, "char *", "int");
|
||||||
|
|
||||||
static int chroot_refuse_vdir_fds(struct filedesc *fdp);
|
|
||||||
static int kern_chflagsat(struct thread *td, int fd, const char *path,
|
static int kern_chflagsat(struct thread *td, int fd, const char *path,
|
||||||
enum uio_seg pathseg, u_long flags, int atflag);
|
enum uio_seg pathseg, u_long flags, int atflag);
|
||||||
static int setfflags(struct thread *td, struct vnode *, u_long);
|
static int setfflags(struct thread *td, struct vnode *, u_long);
|
||||||
|
Loading…
Reference in New Issue
Block a user