diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-07-28 23:00:42 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-07-28 23:00:42 +0000 |
| commit | 3e1b6078378ed2875c495c33e156b9dfa4a058ef (patch) | |
| tree | 84e0f6048678e67acbfda2940ad54553a84d54b6 /usr.bin/truss | |
| parent | e3020cfd3ca4ec7941eb0c4b67dca390c05c1f0e (diff) | |
Notes
Diffstat (limited to 'usr.bin/truss')
| -rw-r--r-- | usr.bin/truss/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index f36e4bd8814e..8924d8cbc70e 100644 --- a/usr.bin/truss/main.c +++ b/usr.bin/truss/main.c @@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$"); #include "truss.h" #include "extern.h" -#define MAXARGS 5 +#define MAXARGS 6 static void usage(void) |
