Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 13:54:46 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8409 for review
Message-ID:  <200203252154.g2PLskQ19832@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8409

Change 8409 by jhb@jhb_laptop on 2002/03/25 13:54:12

	Warning fixes.

Affected files ...

... //depot/projects/smpng/sys/dev/an/if_an.c#17 edit
... //depot/projects/smpng/sys/dev/wi/if_wi.c#20 edit

Differences ...

==== //depot/projects/smpng/sys/dev/an/if_an.c#17 (text+ko) ====

@@ -1267,7 +1267,6 @@
 	struct an_softc		*sc;
 	struct ifreq		*ifr;
 	struct thread		*td = curthread;
-	struct proc		*p = td->td_proc;
 	struct ieee80211req	*ireq;
 	u_int8_t		tmpstr[IEEE80211_NWID_LEN*2];
 	u_int8_t		*tmpptr;

==== //depot/projects/smpng/sys/dev/wi/if_wi.c#20 (text+ko) ====

@@ -1541,7 +1541,6 @@
 	struct ifreq		*ifr;
 	struct ieee80211req	*ireq;
 	struct thread		*td = curthread;
-	struct proc		*p = td->td_proc;
 
 	sc = ifp->if_softc;
 	WI_LOCK(sc);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203252154.g2PLskQ19832>