Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2006 14:58:26 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 108830 for review
Message-ID:  <200610311458.k9VEwQ3A024015@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108830

Change 108830 by rwatson@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);



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