summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_event.c')
-rw-r--r--sys/geom/geom_event.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c
index 12092e4..f180c43 100644
--- a/sys/geom/geom_event.c
+++ b/sys/geom/geom_event.c
@@ -31,8 +31,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
/*
@@ -40,6 +38,9 @@
* have not been destroyed before we get around to handle the event ?
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/malloc.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud