]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4.20-acl-intermezzo-fix.patch
- obsolete
[packages/kernel.git] / linux-2.4.20-acl-intermezzo-fix.patch
CommitLineData
c1910d06
JR
1diff -urNp linux-2480/fs/intermezzo/vfs.c linux-2481/fs/intermezzo/vfs.c
2--- linux-2480/fs/intermezzo/vfs.c
3+++ linux-2481/fs/intermezzo/vfs.c
4@@ -467,7 +467,7 @@ int lento_setattr(const char *name, stru
5 struct presto_file_set *fset;
6 int error;
7 #ifdef CONFIG_INTERMEZZO_FS_POSIX_ACL
8- int (*set_posix_acl)(struct inode *, int type, posix_acl_t *)=NULL;
9+ int (*set_posix_acl)(struct inode *, int type, struct posix_acl *)=NULL;
10 #endif
11
12 ENTRY;
This page took 0.149302 seconds and 4 git commands to generate.