From 10150ad523b1e78f9038fb641ea7aed08f99130a Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Feb 20 2007 04:42:26 +0000 Subject: Patch for filesystem specific defines that moved into linux/fs.h --- diff --git a/socat-ext2.patch b/socat-ext2.patch new file mode 100644 index 0000000..f22f9a7 --- /dev/null +++ b/socat-ext2.patch @@ -0,0 +1,13 @@ +*** xio-ext2.c.orig 2007-02-19 23:26:33.000000000 -0500 +--- xio-ext2.c 2007-02-19 23:24:58.000000000 -0500 +*************** +*** 15,20 **** +--- 15,22 ---- + + /****** FD options ******/ + ++ #include ++ + #ifdef EXT2_SECRM_FL + /* secure deletion, chattr 's' */ + const struct optdesc opt_ext2_secrm = { "ext2-secrm", "secrm", OPT_EXT2_SECRM, GROUP_REG, PH_FD, TYPE_BOOL, OFUNC_IOCTL_MASK_LONG, EXT2_IOC_GETFLAGS, EXT2_IOC_SETFLAGS, EXT2_SECRM_FL };