pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/i2cbd/patches
Module Name: pkgsrc
Committed By: spz
Date: Mon Dec 11 19:00:32 UTC 2017
Added Files:
pkgsrc/chat/i2cbd/patches: patch-util_icbdb.c
Log Message:
compiling this package works so much better with all necessary patches added...
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/i2cbd/patches/patch-util_icbdb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/chat/i2cbd/patches/patch-util_icbdb.c
diff -u /dev/null pkgsrc/chat/i2cbd/patches/patch-util_icbdb.c:1.1
--- /dev/null Mon Dec 11 19:00:32 2017
+++ pkgsrc/chat/i2cbd/patches/patch-util_icbdb.c Mon Dec 11 19:00:32 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-util_icbdb.c,v 1.1 2017/12/11 19:00:32 spz Exp $
+
+pacify compiler warnings
+
+--- util/icbdb.c.orig 2003-10-24 20:52:24.000000000 +0000
++++ util/icbdb.c
+@@ -20,7 +20,7 @@ int
+ main (int argc, char **argv)
+ {
+ int c, initflag = 0, catflag = 0, delflag = 0, findflag = 0;
+- char *dbname, *uname;
++ char *dbname, *uname = NULL;
+ DB *db;
+ DBT key, data;
+
Home |
Main Index |
Thread Index |
Old Index