diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index a64ea780fbda..7b4eb95032ca 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -31,14 +31,15 @@ * SUCH DAMAGE. */ -#include - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; +#endif /* not lint */ #endif +#include +__FBSDID("$FreeBSD$"); + /* Many bug fixes are from Jim Guyton */ /* @@ -50,6 +51,7 @@ static const char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; #include +#include #include #include