Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/atrun/atrun.c,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/atrun/atrun.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.22.2.1 retrieving revision 1.23 diff -u -p -r1.22.2.1 -r1.23 --- src/libexec/atrun/atrun.c 2017/03/20 06:57:00 1.22.2.1 +++ src/libexec/atrun/atrun.c 2017/01/10 20:29:48 1.23 @@ -1,4 +1,4 @@ -/* $NetBSD: atrun.c,v 1.22.2.1 2017/03/20 06:57:00 pgoyette Exp $ */ +/* $NetBSD: atrun.c,v 1.23 2017/01/10 20:29:48 christos Exp $ */ /* * atrun.c - run jobs queued by at; run with root privileges. @@ -59,7 +59,7 @@ #if 0 static char rcsid[] = "$OpenBSD: atrun.c,v 1.7 1997/09/08 22:12:10 millert Exp $"; #else -__RCSID("$NetBSD: atrun.c,v 1.22.2.1 2017/03/20 06:57:00 pgoyette Exp $"); +__RCSID("$NetBSD: atrun.c,v 1.23 2017/01/10 20:29:48 christos Exp $"); #endif static int debug = 0;