bug report 4.3BSD/usr.bin/108; exit 0 on success
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Dec 1987 08:38:26 +0000 (00:38 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Dec 1987 08:38:26 +0000 (00:38 -0800)
SCCS-vsn: old/eqn/checkeq/checkeq.c 4.3

usr/src/old/eqn/checkeq/checkeq.c

index 0e97f32..250ee23 100644 (file)
@@ -1,4 +1,19 @@
-static char *sccsid = "@(#)checkeq.c   4.2 (Berkeley) %G%";
+/*
+ * Copyright (c) 1987 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1987 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)checkeq.c  4.3 (Berkeley) %G%";
+#endif /* not lint */
+
 #include <stdio.h>
 FILE   *fin;
 int    delim   = '$';
 #include <stdio.h>
 FILE   *fin;
 int    delim   = '$';
@@ -17,6 +32,7 @@ main(argc, argv) char **argv; {
                        check(fin);
                        fclose(fin);
                }
                        check(fin);
                        fclose(fin);
                }
+       exit(0);
 }
 
 check(f)
 }
 
 check(f)