svn commit: r288551 - stable/10/sys/cddl/compat/opensolaris/sys
Alexander Motin
mav at FreeBSD.org
Sat Oct 3 07:31:43 UTC 2015
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 {
More information about the svn-src-stable-10
mailing list