Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692478 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/apps/snmptrapd_sql.c
0
++ b/apps/snmptrapd_sql.c
Lines 199-205 Link Here
199
 * static bind structures, plus 2 static buffers to bind to.
199
 * static bind structures, plus 2 static buffers to bind to.
200
 */
200
 */
201
static MYSQL_BIND _tbind[TBIND_MAX], _vbind[VBIND_MAX];
201
static MYSQL_BIND _tbind[TBIND_MAX], _vbind[VBIND_MAX];
202
static my_bool    _no_v3;
202
static char       _no_v3;
203
203
204
static void _sql_process_queue(u_int dontcare, void *meeither);
204
static void _sql_process_queue(u_int dontcare, void *meeither);

Return to bug 692478