summaryrefslogtreecommitdiffstats
path: root/sbin/dmesg/dmesg.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-06-04 06:51:14 +0000
committercharnier <charnier@FreeBSD.org>1998-06-04 06:51:14 +0000
commit40a59b8d3d23f2bc7c6c7a4cc0fffe7ef77da116 (patch)
tree10168913b821f71684c8dcdddadc3963b5489777 /sbin/dmesg/dmesg.c
parent14b705d009c8ac0945c8bd6caa86dd5d90af1d1d (diff)
downloadFreeBSD-src-40a59b8d3d23f2bc7c6c7a4cc0fffe7ef77da116.zip
FreeBSD-src-40a59b8d3d23f2bc7c6c7a4cc0fffe7ef77da116.tar.gz
Use .Pa for filenames. Use .Bl/.El in FILES section. Remove unused #includes.
Diffstat (limited to 'sbin/dmesg/dmesg.c')
-rw-r--r--sbin/dmesg/dmesg.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c
index cb7d532..c0166a9 100644
--- a/sbin/dmesg/dmesg.c
+++ b/sbin/dmesg/dmesg.c
@@ -42,21 +42,17 @@ static const char copyright[] =
static const char sccsid[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id: dmesg.c,v 1.7 1997/03/29 03:32:14 imp Exp $";
+ "$Id: dmesg.c,v 1.8 1998/05/19 08:58:53 phk Exp $";
#endif /* not lint */
-#include <sys/cdefs.h>
#include <sys/msgbuf.h>
#include <err.h>
#include <fcntl.h>
#include <kvm.h>
-#include <limits.h>
#include <locale.h>
-#include <nlist.h>
#include <stdio.h>
#include <stdlib.h>
-#include <time.h>
#include <unistd.h>
#include <vis.h>
OpenPOWER on IntegriCloud