diff options
Diffstat (limited to 'usr.bin/rdist/server.c')
-rw-r--r-- | usr.bin/rdist/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rdist/server.c b/usr.bin/rdist/server.c index 44c2610fa1144..38f33c17a023e 100644 --- a/usr.bin/rdist/server.c +++ b/usr.bin/rdist/server.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)server.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/rdist/server.c,v 1.10 1999/08/28 01:05:09 peter Exp $"; #endif /* not lint */ #include <sys/wait.h> |