Thu Nov 7 00:49:46 2013 UTC ()
Fix inline use.


(joerg)
diff -r1.1 -r1.2 pkgsrc/time/wmitime/distinfo
diff -r0 -r1.1 pkgsrc/time/wmitime/patches/patch-.._wmgeneral_list.h

cvs diff -r1.1 -r1.2 pkgsrc/time/wmitime/distinfo (expand / switch to unified diff)

--- pkgsrc/time/wmitime/distinfo 2013/11/06 00:35:19 1.1
+++ pkgsrc/time/wmitime/distinfo 2013/11/07 00:49:46 1.2
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.1 2013/11/06 00:35:19 khorben Exp $ 1$NetBSD: distinfo,v 1.2 2013/11/07 00:49:46 joerg Exp $
2 2
3SHA1 (wmitime-0.3.tar.gz) = 64bb07c5eccce5592088cfccc87836f66695e07c 3SHA1 (wmitime-0.3.tar.gz) = 64bb07c5eccce5592088cfccc87836f66695e07c
4RMD160 (wmitime-0.3.tar.gz) = b2301a15ef159d2d55418ae5fbf914bedc388478 4RMD160 (wmitime-0.3.tar.gz) = b2301a15ef159d2d55418ae5fbf914bedc388478
5Size (wmitime-0.3.tar.gz) = 21442 bytes 5Size (wmitime-0.3.tar.gz) = 21442 bytes
 6SHA1 (patch-.._wmgeneral_list.h) = 3833c707c4eaf8ef8297eb5b5658db14d70e24ee
6SHA1 (patch-aa) = 9e2dc61ca81e403b142238aaaacd73297cc55e37 7SHA1 (patch-aa) = 9e2dc61ca81e403b142238aaaacd73297cc55e37

File Added: pkgsrc/time/wmitime/patches/Attic/patch-.._wmgeneral_list.h
$NetBSD: patch-.._wmgeneral_list.h,v 1.1 2013/11/07 00:49:46 joerg Exp $

--- ../wmgeneral/list.h.orig	2013-11-07 00:24:26.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;