pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/wmtime Fix C99 inline usage.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49641308cf56
branches:  trunk
changeset: 610633:49641308cf56
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 01 19:29:20 2012 +0000

description:
Fix C99 inline usage.

diffstat:

 time/wmtime/distinfo                       |   3 ++-
 time/wmtime/patches/patch-wmgeneral_list.h |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 22cb18423937 -r 49641308cf56 time/wmtime/distinfo
--- a/time/wmtime/distinfo      Thu Nov 01 19:28:26 2012 +0000
+++ b/time/wmtime/distinfo      Thu Nov 01 19:29:20 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2007/06/12 20:56:55 joerg Exp $
+$NetBSD: distinfo,v 1.7 2012/11/01 19:29:20 joerg Exp $
 
 SHA1 (wmtime-1.0b2.tar.gz) = 2a66762d548b9f91415603e8d6a37cfacb9340ad
 RMD160 (wmtime-1.0b2.tar.gz) = f267f75237c111ed336521ca175688a33f1e171a
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 8943b1da225f26110e52c00269e3e0c6a7651404
 SHA1 (patch-ab) = e1e4203a219b0a0d539fc4426ec3d5424e9c3962
 SHA1 (patch-ac) = 31d864557165692350436e18c1cba61b95027c2c
+SHA1 (patch-wmgeneral_list.h) = d403fc3ff2986c64680f494369dc343c20b6cc20
diff -r 22cb18423937 -r 49641308cf56 time/wmtime/patches/patch-wmgeneral_list.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/wmtime/patches/patch-wmgeneral_list.h        Thu Nov 01 19:29:20 2012 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-wmgeneral_list.h,v 1.1 2012/11/01 19:29:20 joerg Exp $
+
+--- wmgeneral/list.h.orig      2012-10-30 21:09:32.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