Try to unbreak the build after r285390 removing the obsolete static

declaration.
This commit is contained in:
Bjoern A. Zeeb 2015-07-12 00:26:22 +00:00
parent 8a2ace2a78
commit 97fc027722
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285416

View File

@ -94,7 +94,6 @@ SDT_PROVIDER_DEFINE(vfs);
SDT_PROBE_DEFINE2(vfs, , stat, mode, "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,
enum uio_seg pathseg, u_long flags, int atflag);
static int setfflags(struct thread *td, struct vnode *, u_long);