diff options
Diffstat (limited to 'usr.bin/rdist/main.c')
-rw-r--r-- | usr.bin/rdist/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/rdist/main.c b/usr.bin/rdist/main.c index 6bb56a4..c6ab940 100644 --- a/usr.bin/rdist/main.c +++ b/usr.bin/rdist/main.c @@ -35,14 +35,11 @@ static const char copyright[] = "@(#) Copyright (c) 1983, 1993\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: main.c,v 1.3 1997/08/05 06:41:26 charnier Exp $"; #endif /* not lint */ #include "defs.h" |