aboutsummaryrefslogtreecommitdiff
path: root/mount.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 /mount.c
parent6315ce603b3ac2f4998e926b6106da21bcc0066f (diff)
downloadbusybox-c674d70699ab2c03187be441e26801a73ac958bc.tar.gz
Comment on kernel stuff
-Erik
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.c b/mount.c
index 72734ae62..66599a618 100644
--- a/mount.c
+++ b/mount.c
@@ -45,7 +45,7 @@
#include <mntent.h>
#include <ctype.h>
#if defined BB_FEATURE_USE_DEVPS_PATCH
-#include <linux/devmtab.h>
+#include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */
#endif