diff options
Diffstat (limited to 'util-linux/lsusb.c')
-rw-r--r-- | util-linux/lsusb.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c index c15b8cac3..23b03495f 100644 --- a/util-linux/lsusb.c +++ b/util-linux/lsusb.c | |||
@@ -1,12 +1,12 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * lspci implementation for busybox | 3 | * lsusb implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2009 Malek Degachi <malek-degachi@laposte.net> | 5 | * Copyright (C) 2009 Malek Degachi <malek-degachi@laposte.net> |
6 | * | 6 | * |
7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
8 | */ | 8 | */ |
9 | #include <libbb.h> | 9 | #include "libbb.h" |
10 | 10 | ||
11 | static int FAST_FUNC fileAction( | 11 | static int FAST_FUNC fileAction( |
12 | const char *fileName, | 12 | const char *fileName, |