bug report 4.3BSD/ucb/149; exit 0 on success
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Dec 1987 09:32:09 +0000 (01:32 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Dec 1987 09:32:09 +0000 (01:32 -0800)
SCCS-vsn: usr.bin/colrm/colrm.c 5.2

usr/src/usr.bin/colrm/colrm.c

index f33b633..7a87e81 100644 (file)
@@ -1,18 +1,24 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific written prior permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
 char copyright[] =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
  */
 
 #ifndef lint
 char copyright[] =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)colrm.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)colrm.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 /*
 
 #include <stdio.h>
 /*
@@ -82,6 +88,7 @@ loop1:
        }
 fin:
        fflush(stdout);
        }
 fin:
        fflush(stdout);
+       exit(0);
 }
 
 getn(ap)
 }
 
 getn(ap)