mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Increase the size of the property buffer to 8192. 1024 wasn't enough to
retrieve certain nodes.
This commit is contained in:
parent
13141dbc38
commit
a24fa5bdb2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112238
@ -50,7 +50,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define BYTESPERLINE (CHARSPERLINE / 3)
|
||||
|
||||
/* Maximum supported property size. */
|
||||
#define PROPBUFLEN 1024
|
||||
#define PROPBUFLEN 8192
|
||||
|
||||
#define OFW_IOCTL(fd, cmd, val) do { \
|
||||
if (ioctl(fd, cmd, val) == -1) \
|
||||
|
Loading…
Reference in New Issue
Block a user