Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2002 22:02:40 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16682 for review
Message-ID:  <200208280502.g7S52eCm070583@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16682

Change 16682 by rwatson@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@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?200208280502.g7S52eCm070583>