Date: Thu, 12 Jun 2014 16:16:11 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r267405 - stable/9/usr.sbin/pmcannotate Message-ID: <201406121616.s5CGGBxu025281@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Thu Jun 12 16:16:11 2014 New Revision: 267405 URL: http://svnweb.freebsd.org/changeset/base/267405 Log: MFC r266166 by gnn: Extend the size of the function or symbol that can be annotated. Approved by: re Modified: stable/9/usr.sbin/pmcannotate/pmcannotate.c Directory Properties: stable/9/usr.sbin/pmcannotate/ (props changed) Modified: stable/9/usr.sbin/pmcannotate/pmcannotate.c ============================================================================== --- stable/9/usr.sbin/pmcannotate/pmcannotate.c Thu Jun 12 16:00:38 2014 (r267404) +++ stable/9/usr.sbin/pmcannotate/pmcannotate.c Thu Jun 12 16:16:11 2014 (r267405) @@ -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?201406121616.s5CGGBxu025281>