diff -Naur libfreebob-1.0.11.orig/tests/test-volume.cpp libfreebob-1.0.11/tests/test-volume.cpp --- libfreebob-1.0.11.orig/tests/test-volume.cpp 2007-10-15 16:15:07.000000000 -0200 +++ libfreebob-1.0.11/tests/test-volume.cpp 2008-12-16 15:33:36.000000000 -0200 @@ -109,7 +109,7 @@ exit(0); } - int errno = 0; + errno = 0; char* tail; int node_id = strtol( argv[1], &tail, 0 ); int fb_id = strtol( argv[2], &tail, 0 );