diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 20:02:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:02:07 +0200 |
commit | 081ad402b49a5419eb3072aad0bfde95ebb6d988 (patch) | |
tree | d9c785d718b9c684b0c5cafcfefce3fd0df734a6 /system/sash/sash-3.7-cmd_chattr.c.patch | |
parent | 0b8cef7f93558e77d9474e7b79635be1a9e24cec (diff) |
system/sash: Added to 12.0 repository
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 0000000000000..11ee509338139 --- /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" + |