0003-exit.patch 186 B

1234567891011121314
  1. trust the exit status of the program
  2. Patch by Robin Getz <rgetz@blackfin.uclinux.org>
  3. --- a/dhry_1.c
  4. +++ b/dhry_1.c
  5. @@ -274,6 +289,7 @@
  6. printf ("\n");
  7. }
  8. + exit(0);
  9. }