From 7a9d5a45e7159f1caf81319061e9ec6adbd17994 Mon Sep 17 00:00:00 2001 From: "Wojciech A. Koszek" Date: Tue, 25 Dec 2007 13:23:19 +0000 Subject: [PATCH] Change "audit_pipe_preselect" to "audit_pipe_presel" to make it print with proper alignment in ddb(4) and vmstat(8). Reviewed by: rwatson@ --- sys/security/audit/audit_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index ce2f1df517e3..cae401045ac2 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -65,7 +65,7 @@ static MALLOC_DEFINE(M_AUDIT_PIPE, "audit_pipe", "Audit pipes"); static MALLOC_DEFINE(M_AUDIT_PIPE_ENTRY, "audit_pipeent", "Audit pipe entries and buffers"); -static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT, "audit_pipe_preselect", +static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT, "audit_pipe_presel", "Audit pipe preselection structure"); /*