Author: jpaetzel
Date: Fri Nov 15 01:07:39 2019
New Revision: 354716
URL: https://svnweb.freebsd.org/changeset/base/354716

Log:
  Fix build with GCC
  
  Fix suggested by:     jhb, scottl
  Sponsored by: Panzura

Modified:
  head/sys/dev/vmware/pvscsi/pvscsi.c

Modified: head/sys/dev/vmware/pvscsi/pvscsi.c
==============================================================================
--- head/sys/dev/vmware/pvscsi/pvscsi.c Thu Nov 14 23:31:20 2019        
(r354715)
+++ head/sys/dev/vmware/pvscsi/pvscsi.c Fri Nov 15 01:07:39 2019        
(r354716)
@@ -54,7 +54,6 @@ MALLOC_DEFINE(M_PVSCSI, "pvscsi", "PVSCSI memory");
 #define        ccb_pvscsi_sc   spriv_ptr1
 
 struct pvscsi_softc;
-static timeout_t pvscsi_timeout;
 struct pvscsi_hcb;
 struct pvscsi_dma;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to