diff options
Diffstat (limited to 'system/sash/sash-3.7-cmd_chattr.c.patch')
-rw-r--r-- | system/sash/sash-3.7-cmd_chattr.c.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/sash/sash-3.7-cmd_chattr.c.patch b/system/sash/sash-3.7-cmd_chattr.c.patch new file mode 100644 index 0000000000..11ee509338 --- /dev/null +++ b/system/sash/sash-3.7-cmd_chattr.c.patch @@ -0,0 +1,12 @@ +diff -Nur sash-3.7.orig/cmd_chattr.c sash-3.7/cmd_chattr.c +--- sash-3.7.orig/cmd_chattr.c 2002-03-08 01:21:03.000000000 -0600 ++++ sash-3.7/cmd_chattr.c 2007-08-22 15:58:52.234784527 -0500 +@@ -12,7 +12,7 @@ + + #include <sys/ioctl.h> + #include <sys/types.h> +-#include <linux/ext2_fs.h> ++#include <ext2fs/ext2_fs.h> + + #include "sash.h" + |