Re: [BK PATCH] LSM changes for 2.5.27

From: Greg KH (greg@kroah.com)
Date: Mon Jul 22 2002 - 19:44:27 EST


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.685 -> 1.686
# security/dummy.c 1.4 -> 1.5
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/07/22 greg@kroah.com 1.686
# LSM: fixed typo that happened in merge
# --------------------------------------------
#
diff -Nru a/security/dummy.c b/security/dummy.c
--- a/security/dummy.c Mon Jul 22 17:25:40 2002
+++ b/security/dummy.c Mon Jul 22 17:25:40 2002
@@ -508,7 +508,7 @@
         .capget = dummy_capget,
         .capset_check = dummy_capset_check,
         .capset_set = dummy_capset_set,
- .acct = dummy_act,
+ .acct = dummy_acct,
         .capable = dummy_capable,
         .sys_security = dummy_sys_security,
         .quotactl = dummy_quotactl,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 23 2002 - 22:00:41 EST