Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/xcvs/dist/src Entries to the file contents nee...



details:   https://anonhg.NetBSD.org/src/rev/0ccea0099ab8
branches:  trunk
changeset: 778029:0ccea0099ab8
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 13 17:12:30 2012 +0000

description:
Entries to the file contents need to be NULL terminated.

diffstat:

 external/gpl2/xcvs/dist/src/mkmodules.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r aef05cb5c811 -r 0ccea0099ab8 external/gpl2/xcvs/dist/src/mkmodules.c
--- a/external/gpl2/xcvs/dist/src/mkmodules.c   Tue Mar 13 10:32:58 2012 +0000
+++ b/external/gpl2/xcvs/dist/src/mkmodules.c   Tue Mar 13 17:12:30 2012 +0000
@@ -99,6 +99,7 @@
 };
 
 static const char *const group_contents[] = {
+       NULL
 };
 
 /* Structure which describes an administrative file.  */



Home | Main Index | Thread Index | Old Index