Date: Thu, 15 May 2014 18:12:47 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266166 - head/usr.sbin/pmcannotate Message-ID: <201405151812.s4FICl8W027644@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gnn Date: Thu May 15 18:12:47 2014 New Revision: 266166 URL: http://svnweb.freebsd.org/changeset/base/266166 Log: Extend the size of the function or symbol that can be annotated. MFC after: 2 weeks Modified: head/usr.sbin/pmcannotate/pmcannotate.c Modified: head/usr.sbin/pmcannotate/pmcannotate.c ============================================================================== --- head/usr.sbin/pmcannotate/pmcannotate.c Thu May 15 18:07:35 2014 (r266165) +++ head/usr.sbin/pmcannotate/pmcannotate.c Thu May 15 18:12:47 2014 (r266166) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405151812.s4FICl8W027644>