PERFORCE change 20420 for review

Robert Watson rwatson at freebsd.org
Wed Oct 30 16:14:18 GMT 2002


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

Change 20420 by rwatson at rwatson_sproing on 2002/10/30 08:14:09

	Fix type arguments for stub.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_test/mac_test.c#70 edit

Differences ...

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

@@ -513,8 +513,8 @@
 }
 
 static int
-mac_test_internalize_label(struct label *label, struct mac *mac,
-    char *element_name, char *element_data, int *claimed)
+mac_test_internalize_label(struct label *label, char *element_name,
+    char *element_data, int *claimed)
 {
 
 	atomic_add_int(&internalize_count, 1);
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