aboutsummaryrefslogtreecommitdiff
path: root/util-linux/dmesg.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
commitcb81e6484d1f50ec2761f6294722407b14add525 (patch)
tree81fb6290ef50af3488a5ee0f97150b6503df6a3f /util-linux/dmesg.c
parent74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff)
downloadbusybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz
busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2
busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r--util-linux/dmesg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c
index fb1639ace..6e0d6947f 100644
--- a/util-linux/dmesg.c
+++ b/util-linux/dmesg.c
@@ -11,11 +11,11 @@
11 * - added Native Language Support 11 * - added Native Language Support
12 * 12 *
13 * from util-linux -- adapted for busybox by 13 * from util-linux -- adapted for busybox by
14 * Erik Andersen <andersee@debian.org>. I ripped out Native Language 14 * Erik Andersen <andersen@codepoet.org>. I ripped out Native Language
15 * Support, replaced getopt, added some gotos for redundant stuff. 15 * Support, replaced getopt, added some gotos for redundant stuff.
16 * 16 *
17 * Audited and cleaned up on 7 March 2003 to reduce size of 17 * Audited and cleaned up on 7 March 2003 to reduce size of
18 * check error handling by Erik Andersen <andersee@debian.org> 18 * check error handling by Erik Andersen <andersen@codepoet.org>
19 */ 19 */
20 20
21#include <stdio.h> 21#include <stdio.h>