PERFORCE change 16682 for review

Robert Watson rwatson at freebsd.org
Wed Aug 28 05:02:40 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16682

Change 16682 by rwatson at rwatson_paprika on 2002/08/27 22:01:58

	Spell proc as proc instead of pipe.

Affected files ...

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

Differences ...

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

@@ -127,7 +127,7 @@
     &init_count_pipe, 0, "pipe init calls");
 static int	init_count_proc;
 SYSCTL_INT(_security_mac_test, OID_AUTO, init_count_proc, CTLFLAG_RD,
-    &init_count_proc, 0, "pipe init calls");
+    &init_count_proc, 0, "proc init calls");
 static int	init_count_temp;
 SYSCTL_INT(_security_mac_test, OID_AUTO, init_count_temp, CTLFLAG_RD,
     &init_count_temp, 0, "temp init calls");
@@ -164,7 +164,7 @@
     &destroy_count_pipe, 0, "pipe destroy calls");
 static int      destroy_count_proc;
 SYSCTL_INT(_security_mac_test, OID_AUTO, destroy_count_proc, CTLFLAG_RD,
-    &destroy_count_proc, 0, "pipe destroy calls");
+    &destroy_count_proc, 0, "proc destroy calls");
 static int      destroy_count_temp;
 SYSCTL_INT(_security_mac_test, OID_AUTO, destroy_count_temp, CTLFLAG_RD,
     &destroy_count_temp, 0, "temp destroy calls");
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