diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-10 22:57:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-10 22:57:14 +0000 |
commit | c674d70699ab2c03187be441e26801a73ac958bc (patch) | |
tree | 7c80d49c07e6937c4a68b89337e2c989202dfbe3 /ps.c | |
parent | 6315ce603b3ac2f4998e926b6106da21bcc0066f (diff) | |
download | busybox-w32-c674d70699ab2c03187be441e26801a73ac958bc.tar.gz busybox-w32-c674d70699ab2c03187be441e26801a73ac958bc.tar.bz2 busybox-w32-c674d70699ab2c03187be441e26801a73ac958bc.zip |
Comment on kernel stuff
-Erik
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ extern int ps_main(int argc, char **argv) | |||
203 | * this one uses the nifty new devps kernel device. | 203 | * this one uses the nifty new devps kernel device. |
204 | */ | 204 | */ |
205 | 205 | ||
206 | #include <linux/devps.h> | 206 | #include <linux/devps.h> /* For Erik's nifty devps device driver */ |
207 | 207 | ||
208 | 208 | ||
209 | extern int ps_main(int argc, char **argv) | 209 | extern int ps_main(int argc, char **argv) |