#include "opt_compat_netbsd.h" for COMPAT_20.

This commit is contained in:
dyoung 2009-03-17 00:08:10 +00:00
parent 1290eea0cb
commit a3bde60951

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_43.c,v 1.1 2008/11/14 23:10:57 ad Exp $ */
/* $NetBSD: if_43.c,v 1.2 2009/03/17 00:08:10 dyoung Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1990, 1993
@ -32,7 +32,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_43.c,v 1.1 2008/11/14 23:10:57 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_43.c,v 1.2 2009/03/17 00:08:10 dyoung Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
#endif
#include <sys/param.h>
#include <sys/systm.h>