diff options
Diffstat (limited to 'usr.bin/tftp/tftp.c')
-rw-r--r-- | usr.bin/tftp/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index c7c2c7e0fdf9a..87423e4ffd70c 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tftp/tftp.c,v 1.11.14.1 2006/10/02 18:43:57 matteo Exp $"); /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ |