/hg/icedtea6: Add explicit success returncode to mkbc.c

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Thu Apr 1 04:32:44 PDT 2010


changeset 3e6dd786e038 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=3e6dd786e038
author: Xerxes R?nby <xerxes at zafena.se>
date: Thu Apr 01 13:29:04 2010 +0200

	Add explicit success returncode to mkbc.c

	2010-04-01 Xerxes R?nby <xerxes at zafena.se>

	 * ports/hotspot/tools/mkbc.c (main): Add success
	returncode.


diffstat:

2 files changed, 7 insertions(+)
ChangeLog                  |    5 +++++
ports/hotspot/tools/mkbc.c |    2 ++

diffs (22 lines):

diff -r fe24088f1931 -r 3e6dd786e038 ChangeLog
--- a/ChangeLog	Wed Mar 31 16:33:56 2010 +0200
+++ b/ChangeLog	Thu Apr 01 13:29:04 2010 +0200
@@ -1,3 +1,8 @@ 2010-03-31  Matthias Klose  <doko at ubuntu
+2010-04-01  Xerxes RÃ¥nby  <xerxes at zafena.se>
+
+	* ports/hotspot/tools/mkbc.c (main):
+	Add success returncode.
+
 2010-03-31  Matthias Klose  <doko at ubuntu.com>
 
 	* plugin/icedteanp/IcedTeaNPPlugin.cc (plugin_start_appletviewer):
diff -r fe24088f1931 -r 3e6dd786e038 ports/hotspot/tools/mkbc.c
--- a/ports/hotspot/tools/mkbc.c	Wed Mar 31 16:33:56 2010 +0200
+++ b/ports/hotspot/tools/mkbc.c	Thu Apr 01 13:29:04 2010 +0200
@@ -602,4 +602,6 @@ int main(int argc, char **argv)
 	if (ferror(bci_f)) fatal("Error writing bci");
 	if (source_f != stdin) fclose(source_f);
 	if (bci_f != stdout) fclose(bci_f);
+
+	return 0;
 }



More information about the distro-pkg-dev mailing list