[Toybox] [patch] mkfifo - typo

Sameer Pradhan sameer.p.pradhan at gmail.com
Thu Jul 9 01:43:13 PDT 2015


Hi Rob and List,

There is a typo in mkfifo.c for __Z__  option.

--- a/toys/posix/mkfifo.c       2015-07-05 13:06:51.000000000 +0530
+++ b/toys/posix/mkfifo.c       2015-07-09 13:08:21.000000000 +0530
@@ -4,7 +4,7 @@
  *
  * See http://opengroup.org/onlinepubs/9699919799/utilities/mkfifo.html
-USE_MKFIFO(NEWTOY(mkfifo, "<1"USE_MKFIFO_Z("Z")"m:",
TOYFLAG_USR|TOYFLAG_BIN))
+USE_MKFIFO(NEWTOY(mkfifo, "<1"USE_MKFIFO_Z("Z:")"m:",
TOYFLAG_USR|TOYFLAG_BIN))
 config MKFIFO
   bool "mkfifo"


-- 
Thanks & Regards
Sameer Prakash Pradhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20150709/7d16ae60/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mkfifo.c.patch
Type: application/octet-stream
Size: 413 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20150709/7d16ae60/attachment.obj>


More information about the Toybox mailing list