aboutsummaryrefslogtreecommitdiff
path: root/libbb/makedev.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/makedev.c')
-rw-r--r--libbb/makedev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/makedev.c b/libbb/makedev.c
index ca71fdba6..cf59e616b 100644
--- a/libbb/makedev.c
+++ b/libbb/makedev.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * Copyright (C) 2006 Denys Vlasenko 4 * Copyright (C) 2006 Denys Vlasenko
5 * 5 *
6 * Licensed under GPL version 2, see file LICENSE in this tarball for details. 6 * Licensed under GPLv2, see file LICENSE in this source tree.
7 */ 7 */
8 8
9/* We do not include libbb.h - #define makedev() is there! */ 9/* We do not include libbb.h - #define makedev() is there! */