PERFORCE change 39341 for review
    Hrishikesh Dandekar 
    hdandeka at FreeBSD.org
       
    Tue Oct  7 19:44:34 PDT 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)
    
    
More information about the p4-projects
mailing list