diff options
Diffstat (limited to 'usr.bin/tftp')
| -rw-r--r-- | usr.bin/tftp/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/tftp/tftp.c | 2 | ||||
| -rw-r--r-- | usr.bin/tftp/tftpsubs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 76bfba74f0a0..bf5ee6d87aab 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.4.2.1 1997/08/18 07:09:35 charnier Exp $"; + "$Id: main.c,v 1.4.2.2 1998/07/17 07:25:05 jkh Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index 2afdd9fd7d41..83d70f01c081 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: tftp.c,v 1.1.1.1.8.1 1997/08/18 07:09:40 charnier Exp $"; + "$Id: tftp.c,v 1.1.1.1.8.2 1998/07/17 07:25:06 jkh Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftpsubs.c b/usr.bin/tftp/tftpsubs.c index 277d561403e0..40ae00b25c76 100644 --- a/usr.bin/tftp/tftpsubs.c +++ b/usr.bin/tftp/tftpsubs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tftpsubs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tftpsubs.c,v 1.1.1.1.8.1 1997/08/18 07:09:42 charnier Exp $"; #endif /* not lint */ /* Simple minded read-ahead/write-behind subroutines for tftp user and |
