diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-10 22:57:14 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-10 22:57:14 +0000 |
commit | f836bddca92cd64c54d6b114a3064afb3934b54f (patch) | |
tree | 7c80d49c07e6937c4a68b89337e2c989202dfbe3 /util-linux | |
parent | 060ea7d72fb251fb90076d0413091b213a0f4bd3 (diff) | |
download | busybox-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 'util-linux')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 72734ae62..66599a618 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -45,7 +45,7 @@ | |||
45 | #include <mntent.h> | 45 | #include <mntent.h> |
46 | #include <ctype.h> | 46 | #include <ctype.h> |
47 | #if defined BB_FEATURE_USE_DEVPS_PATCH | 47 | #if defined BB_FEATURE_USE_DEVPS_PATCH |
48 | #include <linux/devmtab.h> | 48 | #include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */ |
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | 51 | ||