diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1998-03-23 07:47:31 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-03-23 07:47:31 +0000 |
| commit | a31bd3d64c09481d2a09837706d9ca999cbc4269 (patch) | |
| tree | 028dad957f2b78d0dd066502de93a851e62e5cc8 /usr.bin/wall | |
| parent | 3508975f9639631b6da07af26be494ff91b9ce8a (diff) | |
Notes
Diffstat (limited to 'usr.bin/wall')
| -rw-r--r-- | usr.bin/wall/ttymsg.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index 6a7c3d1aa91c4..c7bdba91d39b7 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 <sys/types.h> #include <sys/uio.h> -#include <signal.h> -#include <fcntl.h> #include <dirent.h> #include <errno.h> +#include <fcntl.h> #include <paths.h> -#include <unistd.h> +#include <signal.h> #include <stdio.h> #include <string.h> #include <stdlib.h> +#include <unistd.h> /* * Display the contents of a uio structure on a terminal. Used by wall(1), |
