mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Extend the size of the function or symbol that can be annotated.
MFC after: 2 weeks
This commit is contained in:
parent
20e9dd10e8
commit
caaeeed44b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266166
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user