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.7.8.1 retrieving revision 1.8 diff -u -p -r1.7.8.1 -r1.8 --- src/libexec/atrun/atrun.c 2000/06/26 00:38:45 1.7.8.1 +++ src/libexec/atrun/atrun.c 2000/06/25 13:32:34 1.8 @@ -1,4 +1,4 @@ -/* $NetBSD: atrun.c,v 1.7.8.1 2000/06/26 00:38:45 simonb Exp $ */ +/* $NetBSD: atrun.c,v 1.8 2000/06/25 13:32:34 simonb Exp $ */ /* * atrun.c - run jobs queued by at; run with root privileges. @@ -62,7 +62,7 @@ static char *namep; #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.7.8.1 2000/06/26 00:38:45 simonb Exp $"); +__RCSID("$NetBSD: atrun.c,v 1.8 2000/06/25 13:32:34 simonb Exp $"); #endif static int debug = 0;