diff options
Diffstat (limited to 'usr.bin/rdist/expand.c')
-rw-r--r-- | usr.bin/rdist/expand.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/rdist/expand.c b/usr.bin/rdist/expand.c index 497a551..a98056c 100644 --- a/usr.bin/rdist/expand.c +++ b/usr.bin/rdist/expand.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include "defs.h" |