summaryrefslogtreecommitdiff
path: root/docs/new-applet-HOWTO.txt
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-04 04:46:46 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-04 04:46:46 +0000
commit360362dc5768e4ad4924fda677f6b7cedec24256 (patch)
tree9318faa32772cb3ece5fb7e0a5ac7853c1df233e /docs/new-applet-HOWTO.txt
parent06200348be215b3cc84ee5ba75a5c77e526ed073 (diff)
downloadbusybox-w32-360362dc5768e4ad4924fda677f6b7cedec24256.tar.gz
busybox-w32-360362dc5768e4ad4924fda677f6b7cedec24256.tar.bz2
busybox-w32-360362dc5768e4ad4924fda677f6b7cedec24256.zip
docs: fix new-applet-HOWTO.txt, delete ipv4_ipv6.txt (it's obsolete)
Diffstat (limited to 'docs/new-applet-HOWTO.txt')
-rw-r--r--docs/new-applet-HOWTO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt
index 37a78e95b..6f89cbe1d 100644
--- a/docs/new-applet-HOWTO.txt
+++ b/docs/new-applet-HOWTO.txt
@@ -46,6 +46,7 @@ int mu_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
46int mu_main(int argc, char **argv) 46int mu_main(int argc, char **argv)
47{ 47{
48 int fd; 48 int fd;
49 ssize_t n;
49 char mu; 50 char mu;
50 51
51 fd = xopen("/dev/random", O_RDONLY); 52 fd = xopen("/dev/random", O_RDONLY);
@@ -123,7 +124,7 @@ lib-$(CONFIG_MU) += mu.o
123 124
124Add the applet to Config.in in the chosen directory: 125Add the applet to Config.in in the chosen directory:
125 126
126config CONFIG_MU 127config MU
127 bool "MU" 128 bool "MU"
128 default n 129 default n
129 help 130 help