diff options
Diffstat (limited to 'usr.bin/at/perm.c')
-rw-r--r-- | usr.bin/at/perm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index f1d435246a7d7..d52fd3db19901 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -48,7 +48,7 @@ /* File scope variables */ -static const char rcsid[] = "$Id: perm.c,v 1.5 1997/02/22 19:54:08 peter Exp $"; +static char rcsid[] = "$Id$"; /* Function declarations */ |