Author: bz
Date: Sun Jul 12 00:26:22 2015
New Revision: 285416
URL: https://svnweb.freebsd.org/changeset/base/285416

Log:
  Try to unbreak the build after r285390 removing the obsolete static
  declaration.

Modified:
  head/sys/kern/vfs_syscalls.c

Modified: head/sys/kern/vfs_syscalls.c
==============================================================================
--- head/sys/kern/vfs_syscalls.c        Sun Jul 12 00:02:43 2015        
(r285415)
+++ head/sys/kern/vfs_syscalls.c        Sun Jul 12 00:26:22 2015        
(r285416)
@@ -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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to