Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2002 08:14:18 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20420 for review
Message-ID:  <200210301614.g9UGEIlQ057516@repoman.freebsd.org>

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

Change 20420 by rwatson@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@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?200210301614.g9UGEIlQ057516>