Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 08:41:31 +0000 (UTC)
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r308017 - head/sys/dev/hyperv/netvsc
Message-ID:  <201610280841.u9S8fV5M035693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sephe
Date: Fri Oct 28 08:41:30 2016
New Revision: 308017
URL: https://svnweb.freebsd.org/changeset/base/308017

Log:
  hyperv/hn: Change header guardian; in preparation for the upcoming rename.
  
  MFC after:	1 week
  Sponsored by:	Microsoft
  Differential Revision:	https://reviews.freebsd.org/D8359

Modified:
  head/sys/dev/hyperv/netvsc/hv_rndis_filter.h

Modified: head/sys/dev/hyperv/netvsc/hv_rndis_filter.h
==============================================================================
--- head/sys/dev/hyperv/netvsc/hv_rndis_filter.h	Fri Oct 28 08:32:54 2016	(r308016)
+++ head/sys/dev/hyperv/netvsc/hv_rndis_filter.h	Fri Oct 28 08:41:30 2016	(r308017)
@@ -28,8 +28,8 @@
  * $FreeBSD$
  */
 
-#ifndef __HV_RNDIS_FILTER_H__
-#define __HV_RNDIS_FILTER_H__
+#ifndef _HN_RNDIS_H_
+#define _HN_RNDIS_H_
 
 struct hn_softc;
 
@@ -46,4 +46,4 @@ int		hn_rndis_set_rxfilter(struct hn_sof
 void		hn_rndis_rx_ctrl(struct hn_softc *sc, const void *data,
 		    int dlen);
 
-#endif  /* __HV_RNDIS_FILTER_H__ */
+#endif  /* !_HN_RNDIS_H_ */



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