diff --git a/timezone-java.changes b/timezone-java.changes index 7e7fef8..fdba377 100644 --- a/timezone-java.changes +++ b/timezone-java.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 25 11:59:01 CEST 2010 - ro@suse.de + +- add missing sentinel to tzcode-link.diff + ------------------------------------------------------------------- Tue Aug 24 12:11:51 CEST 2010 - pbaudis@suse.cz diff --git a/timezone.changes b/timezone.changes index 7e7fef8..fdba377 100644 --- a/timezone.changes +++ b/timezone.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 25 11:59:01 CEST 2010 - ro@suse.de + +- add missing sentinel to tzcode-link.diff + ------------------------------------------------------------------- Tue Aug 24 12:11:51 CEST 2010 - pbaudis@suse.cz diff --git a/tzcode-link.diff b/tzcode-link.diff index 9e46e13..d83bab7 100644 --- a/tzcode-link.diff +++ b/tzcode-link.diff @@ -10,7 +10,7 @@ +const char * const toname; +{ + if (!fork()) { -+ execlp("cp", "cp", fromname, toname); ++ execlp("cp", "cp", fromname, toname, (char*) NULL); + _exit(1); + } + int s;