# 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,
