diff options
| author | Don Lewis <truckman@FreeBSD.org> | 2016-05-16 16:01:46 +0000 |
|---|---|---|
| committer | Don Lewis <truckman@FreeBSD.org> | 2016-05-16 16:01:46 +0000 |
| commit | 4b426307e533ccbb8fe5fc08e752767b28893990 (patch) | |
| tree | 82e6daa475ba3ac8b46b4519141363894f7677c4 /usr.bin/ldd | |
| parent | afe674f08943dba60d163d1d0ff02340a65af6fb (diff) | |
Notes
Diffstat (limited to 'usr.bin/ldd')
| -rw-r--r-- | usr.bin/ldd/ldd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index cc3a7692b97e3..e1bebe0746a66 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -88,7 +88,7 @@ static void usage(void); static int execldd32(char *file, char *fmt1, char *fmt2, int aflag, int vflag) { - char *argv[8]; + char *argv[9]; int i, rval, status; LDD_UNSETENV("TRACE_LOADED_OBJECTS"); |
