pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/wmitime Fix inline use.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00098a0fd5ca
branches:  trunk
changeset: 626287:00098a0fd5ca
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 07 00:49:46 2013 +0000

description:
Fix inline use.

diffstat:

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

diffs (33 lines):

diff -r bfbee03aca32 -r 00098a0fd5ca time/wmitime/distinfo
--- a/time/wmitime/distinfo     Thu Nov 07 00:47:39 2013 +0000
+++ b/time/wmitime/distinfo     Thu Nov 07 00:49:46 2013 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2013/11/06 00:35:19 khorben Exp $
+$NetBSD: distinfo,v 1.2 2013/11/07 00:49:46 joerg Exp $
 
 SHA1 (wmitime-0.3.tar.gz) = 64bb07c5eccce5592088cfccc87836f66695e07c
 RMD160 (wmitime-0.3.tar.gz) = b2301a15ef159d2d55418ae5fbf914bedc388478
 Size (wmitime-0.3.tar.gz) = 21442 bytes
+SHA1 (patch-.._wmgeneral_list.h) = 3833c707c4eaf8ef8297eb5b5658db14d70e24ee
 SHA1 (patch-aa) = 9e2dc61ca81e403b142238aaaacd73297cc55e37
diff -r bfbee03aca32 -r 00098a0fd5ca time/wmitime/patches/patch-.._wmgeneral_list.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/wmitime/patches/patch-.._wmgeneral_list.h    Thu Nov 07 00:49:46 2013 +0000
@@ -0,0 +1,17 @@
+$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;



Home | Main Index | Thread Index | Old Index