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

Sepherosa Ziehau sephe at FreeBSD.org
Fri Oct 28 05:31:35 UTC 2016


Author: sephe
Date: Fri Oct 28 05:31:34 2016
New Revision: 308010
URL: https://svnweb.freebsd.org/changeset/base/308010

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/D8352

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

Modified: head/sys/dev/hyperv/netvsc/hv_net_vsc.h
==============================================================================
--- head/sys/dev/hyperv/netvsc/hv_net_vsc.h	Fri Oct 28 03:54:19 2016	(r308009)
+++ head/sys/dev/hyperv/netvsc/hv_net_vsc.h	Fri Oct 28 05:31:34 2016	(r308010)
@@ -28,8 +28,8 @@
  * $FreeBSD$
  */
 
-#ifndef __HV_NET_VSC_H__
-#define __HV_NET_VSC_H__
+#ifndef _HN_NVS_H_
+#define _HN_NVS_H_
 
 struct hn_nvs_sendctx;
 struct vmbus_channel;
@@ -103,4 +103,4 @@ int		hn_nvs_send_rndis_ctrl(struct vmbus
 
 extern struct hn_nvs_sendctx	hn_nvs_sendctx_none;
 
-#endif  /* __HV_NET_VSC_H__ */
+#endif  /* !_HN_NVS_H_ */


More information about the svn-src-head mailing list