From a5e89829a620c3562647684b21896bcccda77034 Mon Sep 17 00:00:00 2001 From: charnier Date: Mon, 23 Mar 1998 07:47:31 +0000 Subject: Add rcsid. Sort #includes. --- usr.bin/wall/ttymsg.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'usr.bin/wall') diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index 6a7c3d1..c7bdba9 100644 --- a/usr.bin/wall/ttymsg.c +++ b/usr.bin/wall/ttymsg.c @@ -32,20 +32,24 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include #include -#include -#include #include #include +#include #include -#include +#include #include #include #include +#include /* * Display the contents of a uio structure on a terminal. Used by wall(1), -- cgit v1.1