PERFORCE change 20381 for review
Robert Watson
rwatson at freebsd.org
Tue Oct 29 23:29:42 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20381
Change 20381 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list