pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/wmfstatus Fix C99 inline usage.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8714a16e6059
branches:  trunk
changeset: 610630:8714a16e6059
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 01 19:26:50 2012 +0000

description:
Fix C99 inline usage.

diffstat:

 x11/wmfstatus/distinfo                          |   3 ++-
 x11/wmfstatus/patches/patch-.._wmgeneral_list.h |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 4450a31a3bc9 -r 8714a16e6059 x11/wmfstatus/distinfo
--- a/x11/wmfstatus/distinfo    Thu Nov 01 19:26:14 2012 +0000
+++ b/x11/wmfstatus/distinfo    Thu Nov 01 19:26:50 2012 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 17:36:21 wiz Exp $
+$NetBSD: distinfo,v 1.5 2012/11/01 19:26:50 joerg Exp $
 
 SHA1 (wmfstatus-0.4.tar.gz) = c6f7bfa9fe51ac4e85912921d04a4ba7f7906b1f
 RMD160 (wmfstatus-0.4.tar.gz) = 4aa61a96fab92c31881dd4bf1d8210b13b2f48f0
 Size (wmfstatus-0.4.tar.gz) = 20004 bytes
+SHA1 (patch-.._wmgeneral_list.h) = 6331edca5e59fc395f37a3f501e564ad3932abdf
 SHA1 (patch-aa) = 2c4c1fc06509de2a816f83685b9ab64c7ed13622
diff -r 4450a31a3bc9 -r 8714a16e6059 x11/wmfstatus/patches/patch-.._wmgeneral_list.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/wmfstatus/patches/patch-.._wmgeneral_list.h   Thu Nov 01 19:26:50 2012 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-.._wmgeneral_list.h,v 1.1 2012/11/01 19:26:50 joerg Exp $
+
+--- ../wmgeneral/list.h.orig   2012-10-30 21:21:20.000000000 +0000
++++ ../wmgeneral/list.h
+@@ -29,11 +29,7 @@ Boston, MA 02111-1307, USA.  */
+ #ifndef __LIST_H_
+ #define __LIST_H_
+ 
+-#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
+-# define INLINE inline
+-#else
+-# define INLINE
+-#endif
++#define INLINE
+ 
+ typedef struct LinkedList {
+   void *head;



Home | Main Index | Thread Index | Old Index