Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 14:21:21 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8415 for review
Message-ID:  <200203252221.g2PMLLE28194@freefall.freebsd.org>

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

Change 8415 by jhb@jhb_laptop on 2002/03/25 14:21:08

	YA compile fix.

Affected files ...

... //depot/projects/smpng/sys/net/if_ppp.c#9 edit

Differences ...

==== //depot/projects/smpng/sys/net/if_ppp.c#9 (text+ko) ====

@@ -573,7 +573,7 @@
     u_long cmd;
     caddr_t data;
 {
-    struct proc *p = curproc;	/* XXX */
+    struct thread *td = curthread;	/* XXX */
     register struct ppp_softc *sc = &ppp_softc[ifp->if_unit];
     register struct ifaddr *ifa = (struct ifaddr *)data;
     register struct ifreq *ifr = (struct ifreq *)data;

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?200203252221.g2PMLLE28194>