Author: mjg
Date: Fri Apr 27 15:50:22 2018
New Revision: 333066
URL: https://svnweb.freebsd.org/changeset/base/333066

Log:
  Unbreak world build after r333064
  
  Reported by:  O. Hartmann <ohartmann walstatt.org>

Modified:
  head/sys/sys/sysent.h

Modified: head/sys/sys/sysent.h
==============================================================================
--- head/sys/sys/sysent.h       Fri Apr 27 15:25:24 2018        (r333065)
+++ head/sys/sys/sysent.h       Fri Apr 27 15:50:22 2018        (r333066)
@@ -53,7 +53,9 @@ typedef       void    (*systrace_probe_func_t)(struct 
syscall_a
                    enum systrace_probe_t, int);
 typedef        void    (*systrace_args_func_t)(int, void *, uint64_t *, int *);
 
+#ifdef _KERNEL
 extern bool                    systrace_enabled;
+#endif
 extern systrace_probe_func_t   systrace_probe_func;
 
 struct sysent {                        /* system call table */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to