Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 15:29:42 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20381 for review
Message-ID:  <200210292329.g9TNTgkF068230@repoman.freebsd.org>

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

Change 20381 by rwatson@rwatson_paprika on 2002/10/29 15:29:39

	We spell ASCII 0 as '\0' not NULL.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#168 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#168 (text+ko) ====

@@ -559,7 +559,7 @@
 				    "%d+", bit);
 		}
 		if (string[pos - 1] == '+' || string[pos - 1] == ':')
-			string[--pos] = NULL;
+			string[--pos] = '\0';
 		return (pos);
 
 	default:

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?200210292329.g9TNTgkF068230>