[Buildroot] [Bug 635] util-linux fails to build in 2009.08

bugzilla at busybox.net bugzilla at busybox.net
Wed Sep 30 10:05:48 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=635





--- Comment #1 from igor <igor47 at moomers.org>  2009-09-30 10:05:48 UTC ---
according to a conversation @
http://ibot.rikers.org/%23uclibc/20031113.html.gz, adding

#include <fcntl.h>

to swapon.c seems to fix half the problem - the part about R_OK undeclared.
This still leaves the other half:

swapon.c:86: error: expected declaration specifiers or '...' before 'swapon'
swapon.c:86: error: expected declaration specifiers or '...' before 'path'
swapon.c:86: error: expected declaration specifiers or '...' before 'flags'
swapon.c:88: error: expected declaration specifiers or '...' before 'swapoff'
swapon.c:88: error: expected declaration specifiers or '...' before 'path'


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list