summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcannotate
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2014-05-15 18:12:47 +0000
committergnn <gnn@FreeBSD.org>2014-05-15 18:12:47 +0000
commit464b3826f4165a4979f1e21d589424d1bd04aac3 (patch)
tree984a8d971de52acf4e9e1a7e66fb0fa076dbcb87 /usr.sbin/pmcannotate
parent4531acf9a68a87dbe3ef652e771148bcd0c847d3 (diff)
downloadFreeBSD-src-464b3826f4165a4979f1e21d589424d1bd04aac3.zip
FreeBSD-src-464b3826f4165a4979f1e21d589424d1bd04aac3.tar.gz
Extend the size of the function or symbol that can be annotated.
MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/pmcannotate')
-rw-r--r--usr.sbin/pmcannotate/pmcannotate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pmcannotate/pmcannotate.c b/usr.sbin/pmcannotate/pmcannotate.c
index 374290f..df547e3 100644
--- a/usr.sbin/pmcannotate/pmcannotate.c
+++ b/usr.sbin/pmcannotate/pmcannotate.c
@@ -41,8 +41,8 @@ __FBSDID("$FreeBSD$");
#include <unistd.h>
-#define FNBUFF 161
-#define LNBUFF 161
+#define FNBUFF 512
+#define LNBUFF 512
#define TMPPATH "/tmp/pmcannotate.XXXXXX"
OpenPOWER on IntegriCloud