PERFORCE change 39341 for review

Hrishikesh Dandekar hdandeka at FreeBSD.org
Wed Oct 8 02:44:33 GMT 2003


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

Change 39341 by hdandeka at hdandeka_yash on 2003/10/07 19:44:16

	mac_prepare prototype fix.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/lib/libc/posix1e/mac.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/lib/libc/posix1e/mac.c#4 (text+ko) ====

@@ -331,7 +331,7 @@
 }
 
 int
-mac_prepare(struct mac **mac, char *elements)
+mac_prepare(struct mac **mac, const char *elements)
 {
 
 	if (strlen(elements) >= MAC_MAX_LABEL_BUF_LEN)
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