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 88bde639cd22..3580659f65fd 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -92,7 +92,7 @@ enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ /* File scope variables */ -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/usr.bin/at/at.c,v 1.15.2.1 1999/08/29 15:25:24 peter Exp $"; char *no_export[] = { "TERM", "TERMCAP", "DISPLAY", "_" |
