mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
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);
|
|
}
|
|
|
|
|