diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-12-11 22:22:15 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-12-11 22:22:15 +0000 |
| commit | 075f293932a2d528611f0eac0b7406dc3dd25a0b (patch) | |
| tree | d70251823241f957076823d8b2df76f2b56dfc7b /usr.bin/wall/ttymsg.c | |
| parent | 8b56c58be4643a21fa74ddf390f8f358d10ae284 (diff) | |
Notes
Diffstat (limited to 'usr.bin/wall/ttymsg.c')
| -rw-r--r-- | usr.bin/wall/ttymsg.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index c03454edeecb..01db11868783 100644 --- a/usr.bin/wall/ttymsg.c +++ b/usr.bin/wall/ttymsg.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 -static char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; +static const char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include <sys/types.h> #include <sys/uio.h> |
