2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
This commit is contained in:
Bob Halley
1999-10-05 19:50:53 +00:00
parent 205f50f12e
commit 10ba7f6f56
13 changed files with 27 additions and 39 deletions

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: gen.c,v 1.24 1999/08/31 22:08:19 halley Exp $ */
/* $Id: gen.c,v 1.25 1999/10/05 19:50:09 halley Exp $ */
#include <config.h>
@@ -554,5 +554,5 @@ main(int argc, char **argv) {
if (ferror(stdout) != 0)
exit(1);
exit(0);
return (0);
}