docs: fix new-applet-HOWTO.txt, delete ipv4_ipv6.txt (it's obsolete)

This commit is contained in:
Denis Vlasenko
2007-11-04 04:46:46 +00:00
parent 06200348be
commit 360362dc57
2 changed files with 2 additions and 224 deletions

View File

@@ -46,6 +46,7 @@ int mu_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int mu_main(int argc, char **argv)
{
int fd;
ssize_t n;
char mu;
fd = xopen("/dev/random", O_RDONLY);
@@ -123,7 +124,7 @@ lib-$(CONFIG_MU) += mu.o
Add the applet to Config.in in the chosen directory:
config CONFIG_MU
config MU
bool "MU"
default n
help