summaryrefslogtreecommitdiffstats
path: root/usr.bin/wall/ttymsg.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-11 22:22:15 +0000
committermarkm <markm@FreeBSD.org>2001-12-11 22:22:15 +0000
commitc6dc21807ec81299fd28bdfc0038d9c348d5a057 (patch)
treed70251823241f957076823d8b2df76f2b56dfc7b /usr.bin/wall/ttymsg.c
parenta23dd012ce322b8a5d7bc4f7782a442edd8c2854 (diff)
downloadFreeBSD-src-c6dc21807ec81299fd28bdfc0038d9c348d5a057.zip
FreeBSD-src-c6dc21807ec81299fd28bdfc0038d9c348d5a057.tar.gz
WARNS=2 fix, use __FBSDID().
Not added to Makefile as WARNS=2 will be made default.
Diffstat (limited to 'usr.bin/wall/ttymsg.c')
-rw-r--r--usr.bin/wall/ttymsg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c
index c03454e..01db118 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>
OpenPOWER on IntegriCloud