Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2016 19:28:22 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299281 - head/sys/dev/otus
Message-ID:  <201605091928.u49JSMrb094853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Mon May  9 19:28:22 2016
New Revision: 299281
URL: https://svnweb.freebsd.org/changeset/base/299281

Log:
  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.

Modified:
  head/sys/dev/otus/if_otus.c

Modified: head/sys/dev/otus/if_otus.c
==============================================================================
--- head/sys/dev/otus/if_otus.c	Mon May  9 19:19:03 2016	(r299280)
+++ head/sys/dev/otus/if_otus.c	Mon May  9 19:28:22 2016	(r299281)
@@ -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>



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