Module Name: src Committed By: plunky Date: Sat Sep 15 18:37:28 UTC 2012
Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_test.c src/external/bsd/wpa/dist/src/utils: eloop.c trace.h Log Message: WPA_TRACE_REF() provides optional content, potentially leaving an extra semicolon within the struct declarator list. This is not permitted according to C99 "6.7.2.1 Structure and union specifiers", so instead have the macro provide the semicolon as required. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/bsd/wpa/dist/src/drivers/driver_test.c cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/wpa/dist/src/utils/eloop.c cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/wpa/dist/src/utils/trace.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.