bug report 4.3BSD/bin/107; exit 0 on success
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Dec 1987 08:02:01 +0000 (00:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 3 Dec 1987 08:02:01 +0000 (00:02 -0800)
SCCS-vsn: bin/sync/sync.c 4.2

usr/src/bin/sync/sync.c

index 5043b62..1127064 100644 (file)
@@ -1,6 +1,27 @@
-static char *sccsid = "@(#)sync.c      4.1 (Berkeley) %G%";
+/*
+ * Copyright (c) 1987 Regents of the University of California.
+ * 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) 1987 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)sync.c     4.2 (Berkeley) %G%";
+#endif /* not lint */
+
 main()
 {
 main()
 {
-
        sync();
        sync();
+       exit(0);
 }
 }