PERFORCE change 95961 for review
John Birrell
jb at FreeBSD.org
Sun Apr 23 23:11:27 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=95961
Change 95961 by jb at jb_freebsd2 on 2006/04/23 23:11:22
Initialise a variable to silence a gcc warning.
Affected files ...
.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_difo.c#4 edit
Differences ...
==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_difo.c#4 (text+ko) ====
@@ -950,7 +950,7 @@
dtrace_statvar_t *svar, **svarp = NULL;
uint_t id;
uint8_t scope = v->dtdv_scope;
- int *np;
+ int *np = NULL;
switch (scope) {
case DIFV_SCOPE_THREAD:
More information about the p4-projects
mailing list