Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 15:00:50 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r266889 - stable/10/usr.sbin/pmcannotate
Message-ID:  <201405301500.s4UF0oh3008002@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gnn
Date: Fri May 30 15:00:50 2014
New Revision: 266889
URL: http://svnweb.freebsd.org/changeset/base/266889

Log:
  MFC: 266166
  
  Extend the size of the function or symbol that can be annotated.

Modified:
  stable/10/usr.sbin/pmcannotate/pmcannotate.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/pmcannotate/pmcannotate.c
==============================================================================
--- stable/10/usr.sbin/pmcannotate/pmcannotate.c	Fri May 30 14:58:06 2014	(r266888)
+++ stable/10/usr.sbin/pmcannotate/pmcannotate.c	Fri May 30 15:00:50 2014	(r266889)
@@ -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?201405301500.s4UF0oh3008002>