[Pkg-wmaker-commits] [wmifs] 11/118: wmifs: Add #defines not appearing on all archs.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmifs.

commit 05c89fadb27565c3943b3f0409eccbb28a4e52f6
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Oct 22 16:34:39 2014 -0500

    wmifs: Add #defines not appearing on all archs.
    
    Patch by Martin A. Godisch <godisch at debian.org>.  First appeared in Debian
    package version 1.3b1-20.  Revised in version 1.3b1-21.
---
 wmifs/wmifs.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/wmifs/wmifs.c b/wmifs/wmifs.c
index b653e6e..9a74fc6 100644
--- a/wmifs/wmifs.c
+++ b/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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifs.git



More information about the Pkg-wmaker-commits mailing list