diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2003-03-14 16:12:42 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2003-03-14 16:12:42 +0000 |
| commit | a24fa5bdb28012a9677307cc2f81f570bdea3d9f (patch) | |
| tree | 3317ac2210be08d06d14c9d83d0368bdea326c5a /usr.sbin | |
| parent | 13141dbc385ea14a4d080762829fb33f7b796547 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ofwdump/ofw_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ofwdump/ofw_util.c b/usr.sbin/ofwdump/ofw_util.c index e6fca8c5c9ff7..7a136523b2556 100644 --- a/usr.sbin/ofwdump/ofw_util.c +++ b/usr.sbin/ofwdump/ofw_util.c @@ -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) \ |
