Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 12:05:30 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8398 for review
Message-ID:  <200203252005.g2PK5Uf94325@freefall.freebsd.org>

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

Change 8398 by jhb@jhb_laptop on 2002/03/25 12:04:58

	Fixup a new suser() invocation since the changes in jhb_proc.

Affected files ...

... //depot/projects/smpng/sys/dev/usb/ucom.c#2 edit

Differences ...

==== //depot/projects/smpng/sys/dev/usb/ucom.c#2 (text+ko) ====

@@ -257,7 +257,7 @@
 
 	if (ISSET(tp->t_state, TS_ISOPEN) &&
 	    ISSET(tp->t_state, TS_XCLUDE) &&
-	    suser_td(p))
+	    suser(p, 0))
 		return (EBUSY);
 
 	/*

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?200203252005.g2PK5Uf94325>