Module Name: src Committed By: christos Date: Tue Mar 13 17:12:30 UTC 2012
Modified Files: src/external/gpl2/xcvs/dist/src: mkmodules.c Log Message: Entries to the file contents need to be NULL terminated. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl2/xcvs/dist/src/mkmodules.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl2/xcvs/dist/src/mkmodules.c diff -u src/external/gpl2/xcvs/dist/src/mkmodules.c:1.5 src/external/gpl2/xcvs/dist/src/mkmodules.c:1.6 --- src/external/gpl2/xcvs/dist/src/mkmodules.c:1.5 Thu Mar 8 15:45:28 2012 +++ src/external/gpl2/xcvs/dist/src/mkmodules.c Tue Mar 13 13:12:30 2012 @@ -99,6 +99,7 @@ static const char *const access_contents }; static const char *const group_contents[] = { + NULL }; /* Structure which describes an administrative file. */