Fix permission specification for event pipe creation
commit815765aca367a3139fcdb5926c08709f3f9cdd22
authorJonas Fonseca <fonseca@diku.dk>
Wed, 5 Mar 2008 11:58:23 +0000 (5 12:58 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Wed, 5 Mar 2008 11:58:23 +0000 (5 12:58 +0100)
tree950c9d8991f903cac885663a15dd3960995dc3b6
parentf2b52d62d0afdc9469195f7c6313927eac1b0c03
Fix permission specification for event pipe creation

The leading '0' was missing from what was intended to be an octal
representation of the mode argument to mkfifo(). This makes it possible
to actually run the mote host as a normal user, since before it would
fail with permission denied error.
diku_mch/MoteHost.cc