otus: minor catchup with OpenBSD.

Bump the OpenBSD revision tag since the corresponding changes don't
apply to us and drop an unnecessary header.

No functional change.
This commit is contained in:
Pedro F. Giffuni 2016-05-09 19:28:22 +00:00
parent 7c375daa61
commit 9be4c8d056
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299281

View File

@ -1,4 +1,4 @@
/* $OpenBSD: if_otus.c,v 1.46 2015/03/14 03:38:49 jsg Exp $ */
/* $OpenBSD: if_otus.c,v 1.49 2015/11/24 13:33:18 mpi Exp $ */
/*-
* Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>
@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$");
#include <net/if_arp.h>
#include <net/if_dl.h>
#include <net/if_media.h>
#include <net/if_types.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>