Searched hist:115011 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/devd/
H A Dparse.ydiff 115011 Thu May 15 00:23:32 MDT 2003 imp Allow zero or more actions in an action list, rather than requiring
one or more actions in the list. This makes constructs like:

attach 10 {
// echo "Driver $device_name attached"
};

to be accepted by the parser. It will be treated as if the user had
entered:

// attach 10 {
// echo "Driver $device_name attached"
// };

(eg totally ignored).

Approved by: re@ (rwatson)

Completed in 96 milliseconds