From 360362dc5768e4ad4924fda677f6b7cedec24256 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 4 Nov 2007 04:46:46 +0000 Subject: docs: fix new-applet-HOWTO.txt, delete ipv4_ipv6.txt (it's obsolete) --- docs/new-applet-HOWTO.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/new-applet-HOWTO.txt') 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; 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 -- cgit v1.2.3