2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

main(){exit(0);} -> main(){return (0);}

This commit is contained in:
Mark Andrews
2000-02-02 01:06:27 +00:00
parent 9682cdee53
commit 095c311c79

View File

@@ -42,5 +42,5 @@ main() {
isc_serial_ge(a,b), isc_serial_le(a,b),
isc_serial_eq(a,b), isc_serial_ne(a,b));
}
exit (0);
return (0);
}