diff options
| -rw-r--r-- | usr/src/cmd/ptools/pfiles/pfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/ptools/pfiles/pfiles.c b/usr/src/cmd/ptools/pfiles/pfiles.c index 8d6cacff2e..1128286794 100644 --- a/usr/src/cmd/ptools/pfiles/pfiles.c +++ b/usr/src/cmd/ptools/pfiles/pfiles.c @@ -371,7 +371,7 @@ dofcntl(struct ps_prochandle *Pr, const prfdinfo_t *info, int mandatory, static void show_fileflags(int flags) { - char buffer[136]; + char buffer[147]; char *str = buffer; switch (flags & O_ACCMODE) { |
