Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic PR port-acorn32/46435: type mismatch, padbuf shou...



details:   https://anonhg.NetBSD.org/src/rev/12c5528e1a38
branches:  trunk
changeset: 779187:12c5528e1a38
user:      martin <martin%NetBSD.org@localhost>
date:      Wed May 09 07:52:52 2012 +0000

description:
PR port-acorn32/46435: type mismatch, padbuf should be unsigned char.

diffstat:

 sys/dev/ic/seeq8005.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 19ed51e03567 -r 12c5528e1a38 sys/dev/ic/seeq8005.c
--- a/sys/dev/ic/seeq8005.c     Wed May 09 00:22:26 2012 +0000
+++ b/sys/dev/ic/seeq8005.c     Wed May 09 07:52:52 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: seeq8005.c,v 1.46 2012/02/02 19:43:03 tls Exp $ */
+/* $NetBSD: seeq8005.c,v 1.47 2012/05/09 07:52:52 martin Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Ben Harris
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: seeq8005.c,v 1.46 2012/02/02 19:43:03 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: seeq8005.c,v 1.47 2012/05/09 07:52:52 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -153,7 +153,7 @@
 static int ea_mediachange(struct ifnet *);
 static void ea_mediastatus(struct ifnet *, struct ifmediareq *);
 
-static char* padbuf = NULL;
+static u_char* padbuf = NULL;
 
 
 /*



Home | Main Index | Thread Index | Old Index