diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /usr.bin/at/at.c | |
parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) |
Diffstat (limited to 'usr.bin/at/at.c')
-rw-r--r-- | usr.bin/at/at.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 53959e34c7825..20cfaf0d7e203 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -61,7 +61,7 @@ #define TIMESIZE 50 /* File scope variables */ -static char rcsid[] = "$Id: at.c,v 1.2 1993/12/06 04:10:42 cgd Exp $"; +static char rcsid[] = "at.c,v 1.1 1994/01/05 01:08:59 nate Exp"; char *no_export[] = { "TERM", "TERMCAP", "DISPLAY", "_" |