298cd8eaa2
Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
186 B
Diff
15 lines
186 B
Diff
trust the exit status of the program
|
|
|
|
Patch by Robin Getz <rgetz@blackfin.uclinux.org>
|
|
|
|
--- a/dhry_1.c
|
|
+++ b/dhry_1.c
|
|
@@ -274,6 +289,7 @@
|
|
printf ("\n");
|
|
}
|
|
|
|
+ exit(0);
|
|
}
|
|
|
|
|