Patch by Martin A. Godisch <[email protected]>. First appeared in Debian package version 1.3b1-20. Revised in version 1.3b1-21. --- wmifs/wmifs/wmifs.c | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/wmifs.c index b653e6e..9a74fc6 100644 --- a/wmifs/wmifs/wmifs.c +++ b/wmifs/wmifs/wmifs.c @@ -215,6 +215,14 @@ /* Defines */ /***********/ +#ifndef ifr__name +#define ifr__name ifr_name +#endif + +#ifndef stats_ptr +#define stats_ptr stats.p.FIXME +#endif + /* Fill in the hardcoded actions */ #define LEFT_ACTION (NULL) #define MIDDLE_ACTION (NULL) -- 1.9.1 -- To unsubscribe, send mail to [email protected].
