slackbuilds_ponce/system/sash/patches/sash-3.7-cmd_chattr.c.patch

13 lines
336 B
Diff
Raw Normal View History

2010-05-11 20:02:07 +02:00
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"