svn commit: r308017 - head/sys/dev/hyperv/netvsc

Sepherosa Ziehau sephe at FreeBSD.org
Fri Oct 28 08:41:32 UTC 2016


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_ */


More information about the svn-src-head mailing list