diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-11 23:16:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-11 23:16:45 +0000 |
commit | e9ef1df3259dcdea5c753bb82ccb9abfad765439 (patch) | |
tree | 76c913b19a17ba44b6d014c51f368196cdc92ebc /usr.bin/at/at.h | |
parent | eb57ed20d374b5547d705390257d2c9f17995b3a (diff) |
Pass -Wall and use ANSI function headers.
Diffstat (limited to 'usr.bin/at/at.h')
-rw-r--r-- | usr.bin/at/at.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 057fd15e7a9..59ba634cf99 100644 --- a/usr.bin/at/at.h +++ b/usr.bin/at/at.h @@ -1,4 +1,4 @@ -/* $OpenBSD: at.h,v 1.4 2002/05/11 23:02:33 millert Exp $ */ +/* $OpenBSD: at.h,v 1.5 2002/05/11 23:16:44 millert Exp $ */ /* $NetBSD: at.h,v 1.2 1995/03/25 18:13:32 glass Exp $ */ /* @@ -32,7 +32,6 @@ extern char atfile[]; extern char atverify; #define AT_MAXJOBS 255 /* max jobs outstanding per user */ -#define AT_VERSION 2.9 /* our version number */ #define DEFAULT_BATCH_QUEUE 'E' #define DEFAULT_AT_QUEUE 'c' |