diff options
Diffstat (limited to 'usr.bin/at/at.c')
-rw-r--r-- | usr.bin/at/at.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 42b102695e2..e6c393ebd7f 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -1,4 +1,4 @@ -/* $OpenBSD: at.c,v 1.55 2009/10/05 20:47:19 deraadt Exp $ */ +/* $OpenBSD: at.c,v 1.56 2009/10/27 23:59:35 deraadt Exp $ */ /* * at.c : Put file into atrun queue @@ -41,10 +41,6 @@ #define ALARMC 10 /* Number of seconds to wait for timeout */ #define TIMESIZE 50 /* Size of buffer passed to strftime() */ -#ifndef lint -static const char rcsid[] = "$OpenBSD: at.c,v 1.55 2009/10/05 20:47:19 deraadt Exp $"; -#endif - /* Variables to remove from the job's environment. */ char *no_export[] = { |