Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/cron/dist bail is dead.



details:   https://anonhg.NetBSD.org/src/rev/cce27da7fb34
branches:  trunk
changeset: 335366:cce27da7fb34
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Jan 04 18:45:17 2015 +0000

description:
bail is dead.

diffstat:

 external/bsd/cron/dist/crontab.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 3c6ca5b9e1bb -r cce27da7fb34 external/bsd/cron/dist/crontab.c
--- a/external/bsd/cron/dist/crontab.c  Sun Jan 04 18:31:09 2015 +0000
+++ b/external/bsd/cron/dist/crontab.c  Sun Jan 04 18:45:17 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crontab.c,v 1.12 2014/12/15 16:45:26 christos Exp $    */
+/*     $NetBSD: crontab.c,v 1.13 2015/01/04 18:45:17 joerg Exp $       */
 
 /* Copyright 1988,1990,1993,1994 by Paul Vixie
  * All rights reserved
@@ -25,7 +25,7 @@
 #if 0
 static char rcsid[] = "Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp";
 #else
-__RCSID("$NetBSD: crontab.c,v 1.12 2014/12/15 16:45:26 christos Exp $");
+__RCSID("$NetBSD: crontab.c,v 1.13 2015/01/04 18:45:17 joerg Exp $");
 #endif
 #endif
 
@@ -612,7 +612,7 @@
        }
 }
 
-static void
+static __dead void
 bail(int signo)
 {
 
@@ -682,7 +682,7 @@
            "# (%s installed on %-24.24s)\n", Filename, ctime(&now));
        (void)fprintf(tmp,
            "# (Cron version %s -- %s)\n", CRON_VERSION,
-           "$NetBSD: crontab.c,v 1.12 2014/12/15 16:45:26 christos Exp $");
+           "$NetBSD: crontab.c,v 1.13 2015/01/04 18:45:17 joerg Exp $");
 
        /* copy the crontab to the tmp
         */



Home | Main Index | Thread Index | Old Index