diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 07:42:09 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 07:42:09 +0000 |
commit | 5f618f92e3faa8602b892b6674983e261f5672af (patch) | |
tree | 07263bf4ba3418c9e3372bf47e28c7567e33e318 /usr.bin/at/at.c | |
parent | 5d2b41cb4ecce3acbdf3c86d72f8b1106c35ed7c (diff) |
Notes
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 daded161ad840..3264d5502a2de 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 char rcsid[] = "$Id: at.c,v 1.13 1997/03/29 04:27:56 imp Exp $"; +static const char rcsid[] = "$Id: at.c,v 1.14 1998/10/15 13:30:48 mckay Exp $"; char *no_export[] = { "TERM", "TERMCAP", "DISPLAY", "_" |