1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Add __FBSDID.

Reviewed by:	sam
This commit is contained in:
Pyun YongHyeon 2010-02-21 00:07:45 +00:00
parent 02d77e455f
commit 8b2d91810b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204156

View File

@ -25,8 +25,6 @@
* 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$
*/
/*
@ -41,6 +39,9 @@
* and ask it to send them.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_vlan.h"
#include <sys/param.h>