diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 247ff5c6286d..bce092947737 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -34,19 +34,20 @@ * SUCH DAMAGE. */ -#include - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93"; #endif +#endif + +#include +__FBSDID("$FreeBSD$"); #include #include @@ -59,6 +60,7 @@ static const char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93"; #include #include #include +#include #include #include #include