Author: mav
Date: Sat Oct  3 07:31:42 2015
New Revision: 288551
URL: https://svnweb.freebsd.org/changeset/base/288551

Log:
  MFC r286578: Fix r286574 build in user-space.

Modified:
  stable/10/sys/cddl/compat/opensolaris/sys/kstat.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cddl/compat/opensolaris/sys/kstat.h
==============================================================================
--- stable/10/sys/cddl/compat/opensolaris/sys/kstat.h   Sat Oct  3 07:30:55 
2015        (r288550)
+++ stable/10/sys/cddl/compat/opensolaris/sys/kstat.h   Sat Oct  3 07:31:42 
2015        (r288551)
@@ -44,9 +44,9 @@ typedef struct kstat {
 #ifdef _KERNEL
        struct sysctl_ctx_list ks_sysctl_ctx;
        struct sysctl_oid *ks_sysctl_root;
+#endif
        int             (*ks_update)(struct kstat *, int); /* dynamic update */
        void            *ks_private;    /* arbitrary provider-private data */
-#endif
 } kstat_t;
 
 typedef struct kstat_named {
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to