aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_mx.c
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1998-12-07 21:58:50 +0000
committerArchie Cobbs <archie@FreeBSD.org>1998-12-07 21:58:50 +0000
commitf1d19042b082d95f07a0027e596ba2405aa8a9a5 (patch)
treeb856be4db5efb04d68d01039a157119ac8613b9f /sys/pci/if_mx.c
parentf769cca5eb9fed523269d85eefe74037ff7bd1b5 (diff)
downloadsrc-f1d19042b082d95f07a0027e596ba2405aa8a9a5.tar.gz
src-f1d19042b082d95f07a0027e596ba2405aa8a9a5.zip
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
and local variables, goto labels, and functions declared but not defined.
Notes
Notes: svn path=/head/; revision=41591
Diffstat (limited to 'sys/pci/if_mx.c')
-rw-r--r--sys/pci/if_mx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_mx.c b/sys/pci/if_mx.c
index 8f43a5d075a2..1970ade9073d 100644
--- a/sys/pci/if_mx.c
+++ b/sys/pci/if_mx.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_mx.c,v 1.2 1998/12/04 21:48:12 wpaul Exp $
+ * $Id: if_mx.c,v 1.3 1998/12/05 02:21:43 wpaul Exp $
*/
/*
@@ -93,8 +93,8 @@
#include <pci/if_mxreg.h>
#ifndef lint
-static char rcsid[] =
- "$Id: if_mx.c,v 1.2 1998/12/04 21:48:12 wpaul Exp $";
+static const char rcsid[] =
+ "$Id: if_mx.c,v 1.3 1998/12/05 02:21:43 wpaul Exp $";
#endif
/*