Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ps.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-11 02:57:14 +0400
committerEric Andersen <andersen@codepoet.org>2000-07-11 02:57:14 +0400
commitc674d70699ab2c03187be441e26801a73ac958bc (patch)
tree7c80d49c07e6937c4a68b89337e2c989202dfbe3 /ps.c
parent6315ce603b3ac2f4998e926b6106da21bcc0066f (diff)
Comment on kernel stuff
-Erik
Diffstat (limited to 'ps.c')
-rw-r--r--ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps.c b/ps.c
index 13b6ce541..a8d000546 100644
--- a/ps.c
+++ b/ps.c
@@ -203,7 +203,7 @@ extern int ps_main(int argc, char **argv)
* this one uses the nifty new devps kernel device.
*/
-#include <linux/devps.h>
+#include <linux/devps.h> /* For Erik's nifty devps device driver */
extern int ps_main(int argc, char **argv)