diff options
Diffstat (limited to 'lang/cim/patches/patch-src_dekl.c')
-rw-r--r-- | lang/cim/patches/patch-src_dekl.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/cim/patches/patch-src_dekl.c b/lang/cim/patches/patch-src_dekl.c index bab601f4758..583f5109ab6 100644 --- a/lang/cim/patches/patch-src_dekl.c +++ b/lang/cim/patches/patch-src_dekl.c @@ -1,4 +1,8 @@ -$NetBSD: patch-src_dekl.c,v 1.1 2012/10/26 20:37:15 joerg Exp $ +$NetBSD: patch-src_dekl.c,v 1.2 2015/12/29 23:34:44 dholland Exp $ + +Avoid implicit int. +Use C89. +Call own functions correctly. --- src/dekl.c.orig 2012-10-26 12:55:39.000000000 +0000 +++ src/dekl.c |