1 written by Mike Frysinger
3 https://sourceforge.net/tracker/?func=detail&aid=3132056&group_id=5616&atid=305616
5 nommu systems cannot fork() as the hardware cannot support
6 it. irattach uses it as a minor optimization, but it isnt
7 necessary for correct functioning of the utility. so add a
8 NO_FORK define so we nommu peeps can do CFLAGS="... -DNO_FORK=1
9 ..." and use it in our embedded systems.
11 --- a/irattach/irattach.c
12 +++ b/irattach/irattach.c
15 /* Create a new instance for this other
24 /* Get the interface name */