PERFORCE change 108830 for review

Robert Watson rwatson at FreeBSD.org
Tue Oct 31 14:59:27 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=108830

Change 108830 by rwatson at rwatson_zoo on 2006/10/31 14:58:07

	Style fix.
	Submitted by:	pjd

Affected files ...

.. //depot/projects/trustedbsd/priv/sys/netatm/atm_usrreq.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/priv/sys/netatm/atm_usrreq.c#3 (text+ko) ====

@@ -182,7 +182,7 @@
 		struct atmcfgreq	*acp = (struct atmcfgreq *)data;
 		struct atm_pif		*pip;
 
-		if (td != 0) {
+		if (td != NULL) {
 			err = priv_check(td, PRIV_NETATM_CFG);
 			if (err)
 				ATM_RETERR(err);


More information about the trustedbsd-cvs mailing list