blob: 11ee509338139835dcaf81e03aa2ac36dcc779df (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|