diff options
author | Mike Frysinger | 2006-08-24 03:06:55 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-08-24 03:06:55 +0000 |
commit | f23b96cebfe169eee7131efd8b879748587d1845 (patch) | |
tree | a4a0caf443011bdfed1e103871066ea8fb90faf3 /util-linux/dmesg.c | |
parent | f86a5ba510ef62ab46d14bd0761a1d88289a398d (diff) | |
download | busybox-f23b96cebfe169eee7131efd8b879748587d1845.zip busybox-f23b96cebfe169eee7131efd8b879748587d1845.tar.gz |
tag busybox-1.2.11_2_1
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r-- | util-linux/dmesg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index de9c370..f0d440d 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -1,5 +1,4 @@ -/* vi: set sw=4 ts=4: */ -/* +/* vi: set ts=4: * * dmesg - display/control kernel ring buffer. * |