Author: ed
Date: Wed Dec 14 13:35:33 2016
New Revision: 310057
URL: https://svnweb.freebsd.org/changeset/base/310057

Log:
  Revert accidental change made in r310056.
  
  Because I had to cherry-pick some of my changes in r310051, I
  accidentally made a typo when manually applying the rest in r310056.

Modified:
  head/sys/sys/sysctl.h

Modified: head/sys/sys/sysctl.h
==============================================================================
--- head/sys/sys/sysctl.h       Wed Dec 14 13:05:04 2016        (r310056)
+++ head/sys/sys/sysctl.h       Wed Dec 14 13:35:33 2016        (r310057)
@@ -796,7 +796,7 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_e
  * A macro to generate a read-only sysctl to indicate the presence of optional
  * kernel features.
  */
-#define        FEATURE(name, desc, label)                                      
\
+#define        FEATURE(name, desc)                                             
\
        SYSCTL_INT_WITH_LABEL(_kern_features, OID_AUTO, name,           \
            CTLFLAG_RD | CTLFLAG_CAPRD, SYSCTL_NULL_INT_PTR, 1, desc, "feature")
 
_______________________________________________
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