mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
443 B

use the system's ext2_err.h includes, they differ depending on
wether we have 2.4 or 2.6 kernel includes. note, ext2_err.h gets
deleted in silo.conf...
--- ./include/ext2fs/ext2fs.h.orig 2004-09-20 13:00:36.000000000 +0200
+++ ./include/ext2fs/ext2fs.h 2004-09-20 13:00:58.000000000 +0200
@@ -75,7 +75,7 @@
#else
#include "et/com_err.h"
#include "ext2fs/ext2_io.h"
-#include "ext2fs/ext2_err.h"
+#include <ext2fs/ext2_err.h>
#endif
/*