diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-02-20 20:38:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-02-20 20:38:09 +0000 |
commit | bcbf9fadd55567efe030f79b158f7967f71fcef1 (patch) | |
tree | c5aaeed1ba6c1bc82073717a2f3e982c7a9e80ee /usr.bin/at/at.h | |
parent | 52cb8765cd31b1d97e7380effb1cf9b7e5bbd118 (diff) |
Sync with ISC cron-current + my at(1) integration.
The at(1) code is now more tightly integrated into the cron codebase.
Diffstat (limited to 'usr.bin/at/at.h')
-rw-r--r-- | usr.bin/at/at.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 121157ac42b..80b8bd82257 100644 --- a/usr.bin/at/at.h +++ b/usr.bin/at/at.h @@ -1,5 +1,4 @@ -/* $OpenBSD: at.h,v 1.7 2002/05/14 18:05:39 millert Exp $ */ -/* $NetBSD: at.h,v 1.2 1995/03/25 18:13:32 glass Exp $ */ +/* $OpenBSD: at.h,v 1.8 2003/02/20 20:38:08 millert Exp $ */ /* * at.h - header for at(1) @@ -27,7 +26,6 @@ */ extern int fcreated; -extern char *__progname; extern int program; extern char atfile[]; extern char vflag; @@ -42,7 +40,5 @@ struct atjob { char queue; }; -#define AT_MAXJOBS 255 /* max jobs outstanding per user */ - #define DEFAULT_BATCH_QUEUE 'E' #define DEFAULT_AT_QUEUE 'c' |