diff options
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 80158bbc63cb..21d82f407f73 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -84,7 +84,7 @@ enum { ATQ, ATRM, AT, BATCH, CAT };	/* what program we want to run */  /* File scope variables */ -static char rcsid[] = "$Id: at.c,v 1.6 1995/08/21 12:32:45 ache Exp $"; +static char rcsid[] = "$Id: at.c,v 1.7 1995/10/24 05:09:54 ache Exp $";  char *no_export[] =  {      "TERM", "TERMCAP", "DISPLAY", "_" | 
