aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-10 22:57:14 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-10 22:57:14 +0000
commitf836bddca92cd64c54d6b114a3064afb3934b54f (patch)
tree7c80d49c07e6937c4a68b89337e2c989202dfbe3 /utility.c
parent060ea7d72fb251fb90076d0413091b213a0f4bd3 (diff)
downloadbusybox-w32-f836bddca92cd64c54d6b114a3064afb3934b54f.tar.gz
busybox-w32-f836bddca92cd64c54d6b114a3064afb3934b54f.tar.bz2
busybox-w32-f836bddca92cd64c54d6b114a3064afb3934b54f.zip
Comment on kernel stuff
-Erik git-svn-id: svn://busybox.net/trunk/busybox@807 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 @@
53 53
54#if defined BB_FEATURE_MOUNT_LOOP 54#if defined BB_FEATURE_MOUNT_LOOP
55#include <fcntl.h> 55#include <fcntl.h>
56#include <linux/loop.h> 56#include <linux/loop.h> /* Pull in loop device support */
57#endif 57#endif
58 58
59/* Busybox mount uses either /proc/filesystems or /dev/mtab to get the 59/* Busybox mount uses either /proc/filesystems or /dev/mtab to get the
@@ -1302,7 +1302,7 @@ extern int device_open(char *device, int mode)
1302 1302
1303#if defined BB_KILLALL || ( defined BB_FEATURE_LINUXRC && ( defined BB_HALT || defined BB_REBOOT || defined BB_POWEROFF )) 1303#if defined BB_KILLALL || ( defined BB_FEATURE_LINUXRC && ( defined BB_HALT || defined BB_REBOOT || defined BB_POWEROFF ))
1304#ifdef BB_FEATURE_USE_DEVPS_PATCH 1304#ifdef BB_FEATURE_USE_DEVPS_PATCH
1305#include <linux/devps.h> 1305#include <linux/devps.h> /* For Erik's nifty devps device driver */
1306#endif 1306#endif
1307 1307
1308#if defined BB_FEATURE_USE_DEVPS_PATCH 1308#if defined BB_FEATURE_USE_DEVPS_PATCH