$NetBSD: patch-aa,v 1.1 1998/10/22 13:01:25 agc Exp $

Exit with a 0.

--- flops.c	1998/10/22 12:46:57	1.1
+++ flops.c	1998/10/22 12:47:42
@@ -638,6 +638,7 @@
    printf("   MFLOPS(3)       = %10.4lf\n",T[32]);
    printf("   MFLOPS(4)       = %10.4lf\n\n",T[34]);
 
+   exit(0);
 }
 
 /*****************************************************/
