pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/openldap/patches Avoid c99 ism.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b80a193cee87
branches: trunk
changeset: 534385:b80a193cee87
user: taca <taca%pkgsrc.org@localhost>
date: Fri Oct 19 03:45:07 2007 +0000
description:
Avoid c99 ism.
diffstat:
databases/openldap/patches/patch-aq | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 4eaf1ae1e053 -r b80a193cee87 databases/openldap/patches/patch-aq
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap/patches/patch-aq Fri Oct 19 03:45:07 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aq,v 1.1 2007/10/19 03:45:07 taca Exp $
+
+--- servers/slapd/backglue.c.orig Thu Jul 12 09:36:36 2007
++++ servers/slapd/backglue.c
+@@ -619,9 +619,9 @@ glue_entry_get_rw (
+ int rw,
+ Entry **e )
+ {
++ int rc;
+ BackendDB *b0 = op->o_bd;
+ op->o_bd = glue_back_select( b0, dn );
+- int rc;
+
+ if ( op->o_bd->be_fetch ) {
+ rc = op->o_bd->be_fetch( op, dn, oc, ad, rw, e );
Home |
Main Index |
Thread Index |
Old Index