diff options
Diffstat (limited to 'libexec/tftpd')
| -rw-r--r-- | libexec/tftpd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/tftpd/tftpd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index 87d684c9d549..ed06a78bf675 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.6 1999/04/06 23:05:59 brian Exp $ +# $Id: Makefile,v 1.5.2.1 1999/05/02 09:36:16 brian Exp $ PROG= tftpd SRCS= tftpd.c tftpsubs.c diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 56e0842d3918..bc6b675e325f 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tftpd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: tftpd.c,v 1.14 1999/04/07 08:27:44 brian Exp $"; + "$Id: tftpd.c,v 1.12.2.1 1999/05/02 09:36:18 brian Exp $"; #endif /* not lint */ /* |
