X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ffailtest%2Ffailtest.h;h=473f9e7950fa498e5d56a613353b049e69c82084;hp=21bc9f7c59e342fd12dec4140314b252d364763c;hb=32aaf753429b178eb1a6e79576c005ac915b4447;hpb=e8f0484b7808efe03dbb573563b336d533487e29 diff --git a/ccan/failtest/failtest.h b/ccan/failtest/failtest.h index 21bc9f7c..473f9e79 100644 --- a/ccan/failtest/failtest.h +++ b/ccan/failtest/failtest.h @@ -64,7 +64,6 @@ struct open_call { const char *pathname; int flags; mode_t mode; - int dup_fd; }; struct pipe_call { @@ -87,10 +86,6 @@ struct write_call { const void *buf; size_t count; off_t off; - off_t old_filelen; - off_t saved_len; - void *saved_contents; - int dup_fd; }; struct fcntl_call {