svn commit: r292053 - head/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Thu Dec 10 07:35:40 UTC 2015


Author: arybchik
Date: Thu Dec 10 07:35:38 2015
New Revision: 292053
URL: https://svnweb.freebsd.org/changeset/base/292053

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

Modified:
  head/sys/dev/sfxge/common/efx_mcdi.h

Modified: head/sys/dev/sfxge/common/efx_mcdi.h
==============================================================================
--- head/sys/dev/sfxge/common/efx_mcdi.h	Thu Dec 10 07:17:46 2015	(r292052)
+++ head/sys/dev/sfxge/common/efx_mcdi.h	Thu Dec 10 07:35:38 2015	(r292053)
@@ -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-head mailing list