mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/irda-utils: fix typos in patch descriptions
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 1961a86751)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -2,7 +2,7 @@ written by Mike Frysinger
|
|||||||
|
|
||||||
https://sourceforge.net/tracker/?func=detail&aid=3132053&group_id=5616&atid=305616
|
https://sourceforge.net/tracker/?func=detail&aid=3132053&group_id=5616&atid=305616
|
||||||
|
|
||||||
Rather than using the fork function (which doesnt work on nommu
|
Rather than using the fork function (which doesn't work on nommu
|
||||||
systems), simply use the daemon() function instead (which does
|
systems), simply use the daemon() function instead (which does
|
||||||
work). this should work the same before and after for all systems.
|
work). this should work the same before and after for all systems.
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ written by Mike Frysinger
|
|||||||
https://sourceforge.net/tracker/?func=detail&aid=3132056&group_id=5616&atid=305616
|
https://sourceforge.net/tracker/?func=detail&aid=3132056&group_id=5616&atid=305616
|
||||||
|
|
||||||
nommu systems cannot fork() as the hardware cannot support
|
nommu systems cannot fork() as the hardware cannot support
|
||||||
it. irattach uses it as a minor optimization, but it isnt
|
it. irattach uses it as a minor optimization, but it isn't
|
||||||
necessary for correct functioning of the utility. so add a
|
necessary for correct functioning of the utility. so add a
|
||||||
NO_FORK define so we nommu peeps can do CFLAGS="... -DNO_FORK=1
|
NO_FORK define so we nommu peeps can do CFLAGS="... -DNO_FORK=1
|
||||||
..." and use it in our embedded systems.
|
..." and use it in our embedded systems.
|
||||||
|
|||||||
Reference in New Issue
Block a user