]> git.pld-linux.org Git - packages/ext2ed.git/commitdiff
- remove old-style ext2 acl stuff
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Dec 2003 21:56:26 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ext2ed-nooldext2acl.patch -> 1.1

ext2ed-nooldext2acl.patch [new file with mode: 0644]

diff --git a/ext2ed-nooldext2acl.patch b/ext2ed-nooldext2acl.patch
new file mode 100644 (file)
index 0000000..980078a
--- /dev/null
@@ -0,0 +1,26 @@
+--- ext2ed-0.2/ext2ed.h.orig   2001-04-05 17:55:53.000000000 +0200
++++ ext2ed-0.2/ext2ed.h        2003-12-20 21:34:19.825707280 +0100
+@@ -108,8 +108,6 @@
+       union union_type_data {                         /* Format it in various ways */
+               char buffer [EXT2_MAX_BLOCK_SIZE];
+-              struct ext2_acl_header t_ext2_acl_header;
+-              struct ext2_acl_entry t_ext2_acl_entry;
+               struct ext2_group_desc t_ext2_group_desc;
+               struct ext2_inode t_ext2_inode;
+               struct ext2_super_block t_ext2_super_block;
+--- ext2ed-0.2/inode_com.c.orig        2001-04-05 17:55:53.000000000 +0200
++++ ext2ed-0.2/inode_com.c     2003-12-20 21:35:03.540061688 +0100
+@@ -222,12 +222,6 @@
+                       case EXT2_ROOT_INO:
+                               wprintw (show_win,"Root inode - ");
+                               break;
+-                      case EXT2_ACL_IDX_INO:
+-                              wprintw (show_win,"ACL index inode - ");
+-                              break;
+-                      case EXT2_ACL_DATA_INO:
+-                              wprintw (show_win,"ACL data inode - ");
+-                              break;
+                       case EXT2_BOOT_LOADER_INO:
+                               wprintw (show_win,"Boot loader inode - ");
+                               break;
This page took 0.092287 seconds and 4 git commands to generate.