aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-10 22:57:14 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-10 22:57:14 +0000
commitc674d70699ab2c03187be441e26801a73ac958bc (patch)
tree7c80d49c07e6937c4a68b89337e2c989202dfbe3 /utility.c
parent6315ce603b3ac2f4998e926b6106da21bcc0066f (diff)
downloadbusybox-c674d70699ab2c03187be441e26801a73ac958bc.tar.gz
Comment on kernel stuff
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility.c b/utility.c
index b4e0434d9..ef52ce2f7 100644
--- a/utility.c
+++ b/utility.c
@@ -53,7 +53,7 @@
#if defined BB_FEATURE_MOUNT_LOOP
#include <fcntl.h>
-#include <linux/loop.h>
+#include <linux/loop.h> /* Pull in loop device support */
#endif
/* Busybox mount uses either /proc/filesystems or /dev/mtab to get the
@@ -1302,7 +1302,7 @@ extern int device_open(char *device, int mode)
#if defined BB_KILLALL || ( defined BB_FEATURE_LINUXRC && ( defined BB_HALT || defined BB_REBOOT || defined BB_POWEROFF ))
#ifdef BB_FEATURE_USE_DEVPS_PATCH
-#include <linux/devps.h>
+#include <linux/devps.h> /* For Erik's nifty devps device driver */
#endif
#if defined BB_FEATURE_USE_DEVPS_PATCH