Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2014 14:59:04 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265194 - head/sys/geom/uzip
Message-ID:  <201405011459.s41Ex4cQ095973@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: loos
Date: Thu May  1 14:59:04 2014
New Revision: 265194
URL: http://svnweb.freebsd.org/changeset/base/265194

Log:
  Actually the FEATURE() macro is defined on sys/sysctl.h.
  
  Pointyhat to:	loos

Modified:
  head/sys/geom/uzip/g_uzip.c

Modified: head/sys/geom/uzip/g_uzip.c
==============================================================================
--- head/sys/geom/uzip/g_uzip.c	Thu May  1 14:47:27 2014	(r265193)
+++ head/sys/geom/uzip/g_uzip.c	Thu May  1 14:59:04 2014	(r265194)
@@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/lock.h>
 #include <sys/mutex.h>
 #include <sys/malloc.h>
+#include <sys/sysctl.h>
 #include <sys/systm.h>
 
 #include <geom/geom.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405011459.s41Ex4cQ095973>