svn commit: r293968 - stable/10/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Thu Jan 14 15:33:14 UTC 2016


Author: arybchik
Date: Thu Jan 14 15:33:13 2016
New Revision: 293968
URL: https://svnweb.freebsd.org/changeset/base/293968

Log:
  MFC r292053
  
  sfxge: cleanup: fix header
  
  Submitted by:   Andy Moreton <amoreton at solarflare.com>
  Sponsored by:   Solarflare Communications, Inc.

Modified:
  stable/10/sys/dev/sfxge/common/efx_mcdi.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/sfxge/common/efx_mcdi.h
==============================================================================
--- stable/10/sys/dev/sfxge/common/efx_mcdi.h	Thu Jan 14 15:32:24 2016	(r293967)
+++ stable/10/sys/dev/sfxge/common/efx_mcdi.h	Thu Jan 14 15:33:13 2016	(r293968)
@@ -101,7 +101,7 @@ efx_mcdi_ev_cpl(
 	__in		int errcode);
 
 #if EFSYS_OPT_MCDI_PROXY_AUTH
-	__checkReturn	efx_rc_t
+extern	__checkReturn	efx_rc_t
 efx_mcdi_get_proxy_handle(
 	__in		efx_nic_t *enp,
 	__in		efx_mcdi_req_t *emrp,


More information about the svn-src-all mailing list